ORACLE DATABASE INTERVIEW QUESTIONS
Course:Oracle
Chapter:Chapter 3 - Database Tables, Columns and Rows
Topic:ROWS AND COLUMNS
Questions Count:10
1
What is a row in an Oracle database table?
Explanation:
2
What is a column in an Oracle database table?
Explanation:
3
How do you insert a new row into an Oracle table?
Explanation:
4
How do you update an existing row in an Oracle table?
Explanation:
5
How do you delete a row from an Oracle table?
Explanation:
6
What is the purpose of the SELECT statement in Oracle?
Explanation:
7
How do you use the ROWNUM pseudocolumn in Oracle?
Explanation:
8
Explain the use of the ROW_NUMBER() analytic function in Oracle?
Explanation:
9
What is a virtual column in Oracle, and how do you create one?
Explanation:
10
How do you use the MERGE statement in Oracle to update and insert rows in a table?
Explanation:
