1. Basic SQL Questions

1.1 What is SQL?

SQL (Structured Query Language) is a standard language used to interact with relational databases.

1.2 What are the different types of SQL commands?

SQL commands are categorized into:

1.3 What is the difference between SQL and MySQL?

1.4 What are primary key and foreign key?


2. SQL Query Questions