4th Week in 363 Database Management

 Briefly summarize 5 things what you have learned in the course so far.  

  1. 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.

  2. Key Types : I learned about different types of keys used in databases, such as primary keys, composite keys, and foreign keys. 

  3. 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.

  4. Using SQL Workbench: I have become familiar with SQL Workbench, and using SQL commands. This has helped me practice writing queries.

  5.  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.

  1. 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. 

  2. One to Many Relationships: I had a hard time to fully understand one to many relationships, one to one relationships. 

  3. 3NF: I have studied the 3NF normal form, I still have trouble with remembering the conditions.

Comments

Popular posts from this blog

CST438 Software Engineering: Week 8 (Final week)

CST438 Software Engineering: Week 1

CST370 Week 5