Week 4 learning journal CST 363
Briefly summarize 5 things what you have learned in the course so far. What a database is, why we use a them instead of spreadsheets Basic SQL terms like table/row/column and how they relate How primary/foreign keys work How to join tables, group data, and use subqueries to answer questions. How to make ER diagrams, turn them into tables, and reduce duplication with normalization. List at least 3 questions you still have about databases. When is a join better than a subquery, and when is HAVING better than WHERE? How do I know when to stop normalizing (1NF, 2NF, 3NF) for a real project? Which columns should I index first, and how do I check if the index is actually used?