ORACLE DATABASE INTERVIEW QUESTIONS
Course:Oracle
Chapter:Chapter 5 - DDL (Data Definition Language)
Topic:NULL VS NOT NULL
Questions Count:10
1
What does NULL mean in Oracle?
Explanation:
2
How do you define a column to be NOT NULL in Oracle?
Explanation:
3
What happens if you try to insert a NULL value into a NOT NULL column?
Explanation:
4
How do you add a NOT NULL constraint to an existing column in a table?
Explanation:
5
Explain how to remove a NOT NULL constraint from a column?
Explanation:
6
What is the difference between NULL and an empty string in Oracle?
Explanation:
7
How can you check for NULL values in a query?
Explanation:
8
What is the purpose of the NVL function, and how is it used?
Explanation:
9
How does Oracle handle NULL values in aggregate functions?
Explanation:
10
Explain how to handle NULL values in a complex query using the COALESCE function?
Explanation:
