adplus-dvertising
frame-decoration

Question

Which of the following set of keywords constitutes a mapping in SQL?

a.

SELECT, FROM, TABLE

b.

SELECT, FROM, WHERE

c.

CONNECT, TABLE, CREATE

d.

SELECT, TABLE, INSERT

Answer: (b).SELECT, FROM, WHERE

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following set of keywords constitutes a mapping in SQL?

Similar Questions

Discover Related MCQs

Q. If a relation is in 2NF then:

Q. Which of the following is true ?

Q. Consider the query : SELECT student_name FROM student_data WHERE rollno (SELECT rollno FROM student_marks WHERE SEM1_MARK=SEM2_MARK);

Which of the following is true?

Q. A primary key for an entity is:

Q. Aggregate functions in SQL are:

Q. If a relation is in 2NF and 3NF forms then:

Q. The end of an SQL command is denoted by:

Q. Consider  the  query  :  SELECT  student_name  FROM  students  WHERE class_name=(SELECT  class_name  FROM  students  WHERE  math_marks=100); what will be the output ?

Q. Which of the following statements is wrong?

Q. A recursive foreign key is a:

Q. A sub class having more than one super class is called:

Q. A relation R={A,B,C,D,E,F} is given with following set of functional dependencies:

F={A→B,AD→C,B→F,A→E}.

Which of the following is Candidate Key?

Q. Which statement is false regarding data independence?

Q. In DBMS, deferred update means:

Q. Which statement is false regarding data independence ?

Q. Two phase protocol in a database management system is:

Q. A relation R = {A, B, C, D, E, F} is given with following set of functional dependencies:

F = {A→B, AD→C, B→F, A→E}

Which of the following is candidate key ?

Q. Immediate updates as a recovery protocol is preferable, when:

Q. Which of the following statement is wrong ?

Q. A subclass having more than one super class is called .................