Loading, please wait...

SQL (Structured Query Language) MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

SQL (Structured Query Language) Quiz as Multiple Choice Questions And Answers for you next job or exam

SQL (Structured Query Language) MCQ Quiz (Multiple Choice Questions And Answers)

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

1. Which SQL function is used to count the number of rows in a SQL query?

  • COUNT()
  • NUMBER()
  • SUM()
  • COUNT(*)

2. Which SQL keyword is used to retrieve a maximum value?

  • MOST
  • TOP
  • MAX
  • UPPER

3. Which of the following SQL clauses is used to DELETE tuples from a database table?

  • DELETE
  • REMOVE
  • DROP
  • CLEAR

4. _____removes all rows from a table without logging the individual row deletions.

  • DELETE
  • REMOVE
  • DROP
  • TRUNCATE

5. Which of the following is not a DDL command?

  • UPDATE
  • TRUNCATE
  • ALTER
  • None of the mentioned