You are on page 1of 1

answer

questionStatement answerA answerB answerC answerD E


All of
Which of the following can be a valid AccountType_# #Serial the
column name? 12 Number 2_Address Column above
Which of the following commands
will not write to the rollback
segment after deleting all the data
from a table? DROP DELETE CASCADE TRUNCATE  
Which of the following SQL
functions can operate on any
datatype? MIN FLOOR LPAD TO_CHAR LOWER
What is the minimum number of
joins required after WHERE clause
for avoiding a cartesian product of 5
tables? 6 5 3 4  
SELECT SELECT SELECT SELECT
Emp_name Emp_name Emp_name Emp_name
FROM FROM FROM FROM
Employees Employees Employees Employees
Which of the following queries WHERE WHERE WHERE WHERE
output names of all the employees JobType='%MG JobType Like JobType= JobType
from a table "Employees", whose %' or '%MG%' or ='%MG%' or Like '%MG
"Job Type" includes either of the JobType='%DG JobType Like JobType= %' or
substrings "MG" or "DG"? %' '%DG%' ='%DG%' '%DG%'  
The table "Sales" is used to maintain
the records by the sales department Select *
of a company. The column Select OrderNo, from Sales Select 1
"OrderNo" is the primary key of the Product Name Select * from where from Sales
table. Which of the following SQL from Sales Sales where nvl(OrderNo where
statements will have the index on where OrderNo OrderNo = , '00000') = OrderNo =
"OrderNo" ignored? = '1024' '1024' '1024' '1024'  
On the issue of following command, Give
what task could Ed perform on the update
student table? GRANT update ON access to None
student To ed WITH GRANT Modify other of the
OPTION; View data. Delete data. constraints. users. above.
The foreign
Foreign key key and Referential
cannot be referenced integrity is
defined on a key can exist defined in
Which of the following statements is combination of in the same the child None of
correct? columns. table. table. the above.  
All of
the
above
Which of the following options is not are
a valid set operator in SQL? UNION UNION ALL INTERSECT MINUS valid
A query within a query where the
inner query is evaluated for each Correlated None of
row in the outer query is called: Join View subquery the above  

You might also like