Multiple Choice
What is the active set?
A) Set of data retrieved by a SELECT command
B) Set of data inserted by an INSERT command
C) Set of data deleted by a DELETE command
D) Set of data updated by an UPDATE command
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q63: When you execute a SELECT statement in
Q64: What operator represents exponentiation in PL/SQL?<br>A)^<br>B)#<br>C)**<br>D)@
Q65: The _ data type assumes the data
Q66: To assign a value to a variable,use
Q67: If NUMBER variable x has a value
Q69: There are variable data types called INTEGER
Q70: What does the expression 1 <> 5
Q71: To concatenate two strings,use the _ operator.<br>A)&<br>B)&&<br>C)||<br>D)+
Q72: The _ operator indicates greater than or
Q73: What is the prefix for error codes