SQL_Practice_Queries
SQL_Practice_Queries
1. INSERT Query
2. SELECT Query
Explanation: Retrieves all columns for all records in the Students table.
Explanation: Selects the names and majors of students older than 18.
4. UPDATE Query
5. DELETE Query
Explanation: Selects all students and orders them by age in descending order.