Q.1.
I write the following block of code:
Q.2.
_________ Block are optional Blocks.
Q.3.
______ block are obligatory block
Q.4.
PL/SQL stands for
Q.5.
PL/SQL has these advantages:
Q.6.
What is the full form of SQL?
Q.7.
What is the Full form of DBMS
Q.8.
Which operator is used to select values within a range?
Q.9.
DBMS is an Interface between?
Q.10.
Which SQL statement is used to create a table in a database?
Q.11.
What are the Different Types of Keys?
Q.12.
What is the most common type of join?
Q.13.
With SQL, how can you insert a new record into the "Persons" table?
Q.14.
_____cursor is declared by ORACLE for each UPDATE, DELETE and INSERT SQL commands.
Q.15.
With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?
Q.16.
What are the characteristics of DBMS?
Q.17.
How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table?
Q.18.
Which of the following is true about the execution section of a PL/SQL block
Q.19.
Which SQL statement is used to delete data from a database?
Q.20.
Which SQL statement is used to extract data from a database?