Questions
Which of the following languages in SQL is involved in retrieval of data, insertion of new data and deletion or modification of existing data?
- DDL
- DML
- TCL
- Schema
- Data structure
Which of the following exceptions is raised in PL/SQL when a select statement returns zero rows?
- TOO_MANY_ROWS
- VALUE_ERROR
- NO_DATA_FOUND
- INVALID_NUMBER
- ZERO_DIVIDE
Which of the following in SQL represents the set of all permissible values for that particular column?
- Tuple
- Data
- Domain
- Entity
- Files
Which of the following is the first step in starting database in Oracle?
- Mounting the database
- Opening the database
- Instance creation
- Shutting down the database
- Force
Which of the following loops does not exist in PL/SQL?
- While loop
- Loop-Endloop
- For loop
- Do-while loop
- Goto statement.
Which command is used to remove rows from a table?
- Delete
- Remove
- Truncate
- Both (1) and (3)
Which of the following is the characteristic of a relational database model?
- Tables
- Treelike structures
- Complex logical relationship
- Records
Which command is used to remove a table or index from the database in SQL?
- Delete Table
- Drop table
- Erase Table
- None of above
The command used to select only one copy of each set of duplicable rows is called
- Select distinct
- Select unique
- Select different
- None of above
Which of the following SQL statements displays all the data that exist in the table at that point of time?
- Select all from Table_Name
- Select * Table_Name
- Select full from Table_Name
- Select full Table_Name
- Select * from Table_Name
How many categories does SQL support to communicate with database?
- 5
- 4
- 3
- 6
________ is used to query and manipulate existing objects like tables.
- Data definition language
- Data manipulation language
- Transaction control language
- Data control language
_______ is/are application development tool(s) of Oracle for developing and executing reports.
- SQL plus
- PL/SQL
- Forms
- Reports
Which of the following statements will change the data in the table?
- Delete statement
- Insert statement
- Update statement
- All the above
- None of these
In a customer database, a customer’s surname would be keyed into ____.
- a row
- a text field
- a record
- a computed field
- None of these