SQL MCQ Questions and answers – 01 Posted on June 16, 2020June 16, 2020 by admin 3 Created on June 16, 2020 By admin SQL MCQ Questions and answers - 01 1 / 10 1. What is the full form of SQL? A. Structured Query Language B. Structured Query List C. Simple Query Language D. None of these 2 / 10 2. Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables? A. Data Definition Language(DDL) B. Data Manipulation Language(DML) C. Both of above D. None 3 / 10 3. Which operator performs pattern matching? A. BETWEEN operator B. LIKE operator C. EXISTS operator D. None of these 4 / 10 4. What operator tests column for the absence of data? A. EXISTS operator B. NOT operator C. IS NULL operator D. None of these 5 / 10 5. In SQL, which command(s) is(are) used to change a table's storage characteristics? A. ALTER TABLE B. MODIFY TABLE C. CHANGE TABLE D. All of the above 6 / 10 6. In SQL, which of the following is not a data definition language commands? A. RENAME B. REVOKE C. GRANT D. UPDATE 7 / 10 7. In SQL, which command is used to SELECT only one copy of each set of duplicable rows A. SELECT DISTINCT B. SELECT UNIQUE C. SELECT DIFFERENT D. All of the above 8 / 10 8. A command that lets you change one or more fields in a record is A. Insert B. Modify C. Look-up D. All of the above 9 / 10 9. Which of the SQL statements is correct? A. SELECT Username AND Password FROM Users B. SELECT Username, Password FROM Users C. SELECT Username, Password WHERE Username = 'user1' D. None of these 10 / 10 10. The FROM SQL clause is used to... A. specify what table we are selecting or deleting data FROM B. specify range for search condition C. specify search condition D. None of these Your score is The average score is 50% LinkedIn Facebook Twitter 0% Restart quiz