Simple SQL Quiz

Simple SQL Quiz

5 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What does ACID stands for?

  1. Access, Consistency,Isolation,Data
  2. Access,Constrain,Index ,data
  3. Atomicity,Consistency,Isolation,Durability
  4. None of these
Question 2 Multiple Choice (Single Answer)

The Order Of shorting Can be Change by Which SQL command??

  1. Order From
  2. Order On
  3. Order By
  4. Order In
Question 3 Multiple Choice (Single Answer)

Sql Command use to Avoid selection Of duplicate Rows?

  1. Distinct
  2. Unique
  3. Exclusive
  4. Discrete
Question 4 Multiple Choice (Single Answer)

Which of following denotes a single value function used in SQL?

  1. COUNT()
  2. SQRT()
  3. AVG()
  4. ALL OF THESE
Question 5 Multiple Choice (Single Answer)

Which of following is used in SQL command to Comment Multiple Lines?

  1. /**/
  2. REM
  3. ***
  4. <%--%>