Tag: databases

Questions Related to databases

A Literal is enclosed in double quotes.

  1. True

  2. False


Correct Option: B
  1. Structured Query Language

  2. Standard Query Language

  3. System Query Language

  4. Simple Query Language


Correct Option: A
  1. Date

  2. Sysdate

  3. Current Date

  4. System Date


Correct Option: B
  1. It gives the name and marks of all the students.

  2. It does not return anything.

  3. It shows an error saying” INVALID SYNTAX ERROR”

  4. It shows an error saying” Single-row subquery returns more than one row


Correct Option: D

Select ename from emp where ename =”Scott”; This select statement executes successfully.

  1. True

  2. False


Correct Option: B
  1. Projection

  2. Selection

  3. Join

  4. All of the above


Correct Option: D
  1. Select all columns from EMP;

  2. Select distinct columns from EMP;

  3. Select * from EMP;

  4. All of the above


Correct Option: C

Which is the command line tool to execute SQL Server Integration Services packages?

  1. DTEXEC

  2. DTSEXEC

  3. SQLEXEC

  4. PSEXEC


Correct Option: A