Home »
MCQs »
SQL MCQs »
SQL Basics (Set 1) MCQs
What does SQL is used to perform operations on?
1. What does SQL is used to perform operations on?
- Update Records
- Insert Records
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
SQL (Structured Query Language) is used to update, insert, delete, create, modify, and maintain the records stored in the database.