State the difference between a primary key and foreign key?
Answer / Balram Singh
A Primary Key (PK) is a column or set of columns in a table that uniquely identifies each row. A Foreign Key (FK) is a reference to another table's primary key, which establishes a relationship between the two tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a system tablespace and when it is created?
What are triggers in oracle?
What do database buffers contain?
What are data pump export and import modes?
How to create a table interactively?
How to divide query output into groups in oracle?
Can we insert data in view oracle?
What are the components of Logical database structure of ORACLE database?
How to bring a tablespace online?
definition of cluster and non-clustered index?
How to create a testing table in oracle?
what happened to the global index when I truncate the data in one of the partition?