CST363 Week 4
Briefly summarize 5 things what you have learned in the course so far. I have learned some good database concepts so far! 1. I learned designing and forming tables with appropriate data types. 2. SQL commands like SELECT, INSERT, UPDATE, and DELETE to operate with data. 3. Queries with JOINs connecting tables have been the other thing that I have practiced writing. 4. I have also practiced with constraints of primary and foreign keys that enforce relationships. 5. I have learned about normalization and how it helps in reducing redundancy in turn improving the efficiency of the database. List at least 3 questions you still have about databases. Some questions I still have are: 1. How do large scale companies optimize queries for performance when databases grow very large? 2. What are the best practices for indexing tables without overloading the system? 3. How does database security, such as encryption, work behind the scenes in professiona...