Top 15+ SQL Quiz Questions and Answers Pdf - 3

Question: 11

The result of a SQL SELECT statement is a(n)

(A) File

(B) Report

(C) Form

(D) Table

Ans: D

Table

Question: 12

The primary key is selected from the

(A) Determinants

(B) Candidate keys

(C) Composite keys

(D) Foreign keys

Ans: B

Candidate keys

Question: 13

A relation is in this form if it is in BCNF and has no multivalued dependencies.

(A) Second normal form

(B) Third normal form

(C) Fourth normal form

(D) Domain/key normal form

Ans: C

Fourth normal form

Question: 14

SQL can be used to

(A) Create database structures only

(B) Query database data only

(C) Modify database data only

(D) All of the above can be done by SQL

Ans: D

All of the above can be done by SQL

Question: 15

SQL query and modification commands make up a(n)

(A) DDL

(B) HTML

(C) XML

(D) DML

Ans: D

DML

Related Questions