You are on page 1of 4

Sr.

NoQuestion Option A Option B


1 RDBMS Consists of the collection ofTables Fields
2 Logical Design of a Database is kno Database Schema Database Entity
3 What does Rule 4 of Codd's Rule f View Updation Rule Active Online Catalog
4 Which one of the following is a set Unique Key Super Key
5 Which one of the following cannot ID Dept_ID
6 What is the meaning of “ORDER BY”Sorting your result set usin Aggregation of fields
7 Which functional dependency typesFullis/Funtional Dependency Partial Functional Depend
8 The database design prevents someSelection Anomaly Deletion Anomaly
9 SELECT name FROM instructor WHERE SELECT name FROM instruc SELECT name FROM employ
10 Which statement in SQL allows us toSELECT ALTER
11 With SQL, how do you select all th SELECT * FROM PERSONS WHE SELECT [all] FROM PERSON
12 Which Package use database triggerDBMS_OUTPUT DBMS_ALERT
13 Which statements in PL/SQL executEXIT LOOP
14 Which of the following statements INNER JOIN only retrieves thFULL OUTER JOIN is same
15 A transaction completes its executioCommitted Aborted
16 Which of the syntax is used to dele DROP VIEW DELETE VIEW
17 Which privilege from the followingCREATE SYNONYM CREATE ANY SYNONYM
18 In PL/SQL how many nested IF clause 1 2

19 Which locks are acquired during


read operations such as SELECT? READ LOCKS SHARED LOCKS
20 What is the meaning of “HAVING” c To filter out the row values To filter out the column v

CREATE SEQUENCE
21 What is the syntax to create Seque sequence-name START CREATE SEQUENCE
WITH initial-value sequence-name
INCREMENT BY increment- INCREMENT BY
value MAXVALUE increment-value
maximum-value CYCLE | MAXVALUE maximum-
NOCYCLE; value CYCLE | NOCYCLE;
22 With SQL, how can you insert a newINSERT VALUES ('BHUBANESH INSERT INTO Cities VALUE
23 The database language that allows uDDL DCL
24 Specifying the order in which key vaORDER BY clauses SORT clauses
25 In which normal form, a composite 1NFat 2NF
26 Which of the following code will s EXCEPTION emp_exception1emp_exception1 EXCEPTIO
27 Which types of actions are perfo Change The Structure Of TabInsert, Update Or Delete
28 Which of the following is not a beneEnforcing referential integri Event logging and storing
29 Which join refers to join records fr Left Outer Join Right Outer Join
30  What is the meaning of “GROUP BY” Group
clause
data
in Mysql?
by column valueGroup data by row values
31 Which of the following keyword is SELECT INSERT
32 Which of the following is a legal ex SELECT NULL FROM SALES; SELECT # FROM SALES;
33 Which Key is a super key with no reCandidate Key Primary Key
34 Which of the following is not true It starts with EXCEPTION Ke It is a Mandatory Section
35 If one attribute is determinant of s Only 3NF Both 3NF and BCNF
36 Which of the following statement  Retrieves all the unmatchedRetrieves
rows of Table1
all the unmatche
37 SELECT * FROM employee WHERE dept_ dept_name Employee
38 What does not change permissionsALTER PROCEDURE ALTER QUEUE
39 Which of the following is the corre TYPE grades IS VARRAY(100)VARRAY grades IS VARRAY(
40 When the stored procedure is create sys.sysconfig sys.sysconfigures
41 A functional dependency is a rela Tuples Attributes
42 Which model uses a collection of taHierarchical Relational
Which rules are defined in
relational models they from as an
43 Record Memory
essential part of any relation
database?
44 Relation R1 has 10 tuples and 5 att 28 10
45 Which forms are based on the conc1NF 2NF
46 What is a view? A view is a special stored A view is a virtual table w
47 An attribute in a relation is a forei Candidate Key Primary Key
48 Correct SQL query syntax to updateUPDATE table_name UPDATE UPDATE
c table_name column
49 Which command used to delete a par UPDATE TABLE TRUNCATE COLUMN
50 What does the term attribute refersRecord Tuple
51 A goal of data mining includes whicTo explain some observed evTo confirm that data exists
52 How can you change "Hansen" intoMODIFY" Persons SET LastNaUPDATE Persons SET LastN
53 A collection of program that enablesDatabase Database Management Sy
54 What is the information about dataHyperdata Bigdata
55 Which model is ideal to represent Relational Conceptual
Option C Option D Correct Option Marks
Record Keys Tables 1
Database Instance Database Relation Database Schema 1
Relational Level Operation Nonsubversion rule Active Online Catalog 1
Primary Key Foreign Key Super Key 1
Street Name Registration Number Street Name 1
Sorting your result set using ro Grouping of Fields Sorting your result set using column 1
Transitive Functional DependenRelative Functional Partial Functional Dependency 1
Insertion Anomaly Update Anomaly Insertion Anomaly 1
SELECT name FROM employee SELECT name FROM inSELECT name FROM instructor WHER 1
CREATE UPDATE ALTER 1
SELECT * FROM PERSONS WHERE SELECT [all] FROM PE SELECT * FROM PERSONS WHERE First 1
DBMS_PIPE DBMS_LIST DBMS_ALERT 1
END BEGIN LOOP 1
RIGHT OUTER JOIN is equivalenSELF JOIN is a special INNER JOIN only retrieves those rows 1
Rolled Back Failed Committed 1
REMOVE VIEW TRUNCATE VIEW DROP VIEW 1
CREATE PUBLIC SYNONYM CREATE PRIVATE SY CREATE ANY SYNONYM 1
Not Defined None Not defined 1

1
EXCLUSIVE LOCKS UPDATE LOCKS SHARED LOCKS
To filter out the row and columTo filter out attribute To filter out the row values 1

CREATE SEQUENCE
sequence-name
START BY initial- 1
CREATE SEQUENCE sequence- value INCREMENT BY CREATE SEQUENCE sequence-
name INCREMENT WITH increment-value name START WITH initial-value
increment-value MAXVALUE MAXVALUE INCREMENT BY increment-value
maximum-value CYCLE | maximum-value MAXVALUE maximum-value CYCLE
NOCYCLE; CYCLE | NOCYCLE; | NOCYCLE;
INSERT INTO Cities SET VALUE INSERT ('BHUBANESHWA INSERT INTO Cities VALUES ('BHUBA 1
DML DTL DML 1
WHERE clauses GROUP BY clauses ORDER BY clauses 1
3NF BCNF 1NF 1
CREATE EXCEPTION emp_except CREATE emp_exceptioemp_exception1 EXCEPTION; 1
Authorizing Access And Other Joining or more tablesAuthorizing Access And Other Contr 1
Allowing invalid transactions Generating some derivAllowing invalid transactions 1
Full Outer Join Inner Join Right Outer Join 1
Group data by column and row Group by Tuple Value Group data by column values 1
DELETE GRANT GRANT 1
SELECT NAME FROM SALES; SELECT * FROM SALESSELECT NAME FROM SALES; 1
Unique Key Super Key Candidate Key 1
It handle errors in the program It can contain nested It is a Mandatory Section 1
Only BCNF 2NF Both 3NF and BCNF 1
Retrieves both matched and unRetrieves only matcheRetrieves both matched and unmatch 1
From “Comp Sci” “Comp Sci” 1
ALTER RESOURCE POOL ALTER CONTROL ALTER PROCEDURE 1
TYPE grades VARRAY(100) OF I TYPE grades IS VARRATYPE grades IS VARRAY(100) OF INT 1
sys.sysdatabases sys.syscomments sys.syscomments 1
Entities Keys Attributes 1
Network Conceptual Relational 1

Integrity Rules Database Relation Integrity Rules 1

0 35 0 1
3NF BCNF 3NF 1
A view is a database diagram A view represents entiA view is a virtual table which resul 1
Unique Key Super Key Primary Key 1
UPDATE table_name SET column UPDATE table_name IN UPDATE table_name SET column1 = v 1
DELETE COLUMN ALTER, DROP ALTER, DROP 1
Column Key Column 1
To analyze data for expected reTo create a new data To explain some observed event or c 1
UPDATE Persons SET LastName=MODIFY Persons SET LUPDATE Persons SET LastName='Nil 1
Database Maintenance Information Database Management System 1
Teradata Metadata Metadata 1
Hierarhical Network Hierarchical 1

You might also like