impppp
impppp
FINALTERM EXAMINATION
Fall 2022
CS409P – Introduction to Database Administration (Practical)
Marks: 40
a. Fetch
b. Select
c. Use
d. Get
a. View
b. Trigger
c. Procedure
d. Function
a. 4
b. 5
c. 6
d. 7
a. TRUE
b. FALSE
c. Can be true or false
d. Can not say
a. Segment
b. Data Block
c. Extent
d. Data File
a. 1
b. 2
c. 3
d. 4
a. 2
b. 3
c. 4
d. 5
a. FUNCTION
b. CURSOR
c. EXCEPTION
d. PROCEDURE
a. RISE
b. ROSE
c. RAISE
d. RINSE
a. Content Areas
b. Context Areas
c. Context Ids
d. Content Ids
a. Cursor
b. Function
c. Procedure
d. View
Question No: 15 (Marks: 01) - Please choose the correct option
Which of the following would cause an infinite loop to occur in a simple loop
a. LOOP
b. END LOOP
c. IF – THEN
d. EXIT
a. Customer_12
b. Loop
c. customer@orgA
d. 12customer
a. OUT
b. IN
c. COPY
d. DEFAULT
a. Hot
b. Physical
c. Cold
d. Logical
a. Data Files
b. Control Files
c. Init.ora and config.ora files
d. Log files
e. Real
f. Virtual
g. Both A and B
h. None of the above
Entities:
Cardinality Relationships:
Answer
sql
Copy code
DROP SEQUENCE sequence_name;
Answer
Answer
sql
Copy code
ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
sql
Copy code
SELECT * FROM V$DIAG_ALERT_EXT;
sql
Copy code
ALTER SESSION SET SQL_TRACE = TRUE;