728x90 AdSpace

Latest Article



SQL Queries Exam Questions MCQ's Sample Paper




SQL Query SQL Quires Exam Questions MCQ's  Multiple Choice Question Sample Paper


i.            Which of the following statement contains an error?

  1. Select * from EMP where EMPID=493945;
  2. Select EMPID from EMP where EMPID=493945;
  3. Select EMPID from EMP;
  4. Select EMPID where EMPID=493945 and LASTNAME=
‘SMITH’;

ii.            You issue the following statement. What will be displayed if the EMPID selected is 60494?

iii.            Select DECODE (empid, 38475,’TERMINATED’, 60494,’LOA’,’ACTIVE’)
From EMP;

  1. 60494
  2. LOA
  3. TERMINATED
  4. ACTIVE

iv.            Which of the following uses of the having clause are appropriate?

  1. To put returned data into sorted order
  2. To exclude certain data groups based on known criteria
  3. To include certain data groups based on unknown criteria
  4. To include certain data groups based on known criteria.

v.            A Cartesian product is

  1. A group function
  2. Produced as a result of a join select statement with no where clause
  3. The result of fuzzy logic
  4. A special feature of Oracle server

vi.            After referencing NEXTVAL, the value in CURRVAL

  1. Is incremented by one
  2. Is now in PREVVAL
  3. Is equal to NEXTVAL
  4. Is unchanged

vii.            Which of the statement is not true about roles?
  1. Roles can be granted to other roles.
  2. Privileges can be granted to roles.
  3. Roles can be granted to users.
  4. Roles can be granted to synonyms.
2.      Identify some of the character, number, and date functions available in SQL. Can two functions be combined provide some examples?

3.      What is the purpose of the nvl( ) function? What data types does it accept? What is the purpose of a decode (  ) statement? What data types does it accept?

4.      How is the group by clause of a select statement used? Identify some situations where statements containing the group by clause return errors?

5.      What is a simple view? How does it differ from a complex view? Which view allows the user to insert data into the view’s underlying table? Explain with examples.

6.      How can you grant and revoke system privileges to users.

7.      User Jones has select privileges on YOU.emp granted to her with the with grant option. You then issue revoke select on EMP from JONES. Can JONES still administer the privilege? Why or why not?

8.      What is a self join? How might a self join be used? How many equality operations should be used to create a self join?

no image
  • Title : SQL Queries Exam Questions MCQ's Sample Paper
  • Posted by :
  • Date : 06:53
  • Labels :






  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment