4th Week in 363 Database Management
Briefly summarize 5 things what you have learned in the course so far. Database Design Principles : I have learned how relational databases are structured and designed. How data is organized into tables that have columns and the relationships between those tables. Key Types : I learned about different types of keys used in databases, such as primary keys, composite keys, and foreign keys. Joining Tables: I learned how to perform different types of joins like natural join, left join and right join to combine data from different tables. Using SQL Workbench: I have become familiar with SQL Workbench, and using SQL commands. This has helped me practice writing queries. ER Diagrams: I learned about ER diagrams. ER diagrams are like a flowchart that helps use see how the entities are related. At least 3 questions you still have about databases. Joining Tables: I still have some difficulty understanding of different joins, like the left joins and right joi...