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 joins. I would get confused what data values would be null when using them.
One to Many Relationships: I had a hard time to fully understand one to many relationships, one to one relationships.
3NF: I have studied the 3NF normal form, I still have trouble with remembering the conditions.
Comments
Post a Comment