Oracle DBMS Interview Question and Answers
1. | What is database? |
---|---|
|
|
2. | Define Database Management System (DBMS) and RDBMS? |
---|---|
|
|
3. | Define relationships? |
---|---|
|
|
4. | What is a primary key? |
---|---|
A primary key is an attribute (or a collection of attributes) that uniquely identifies each row in the table. In other words, each entity instance in a table must be unique; and therefore, primary key is a way of ensuring this. | |