SQL notes
SQL notes
1. Q: What is SQL?
A: SQL (Structured Query Language) is used to store, manipulate, and retrieve data in relational databases.
6. Q: What is normalization?
A: The process of organizing data to reduce redundancy and improve data integrity.
8. Q: What is a JOIN?
A: JOIN is used to combine rows from two or more tables based on a related column.