what is mean by prmary key and foreign key and how can we
diffrentiate that?
Please answer me.
Advance thanks.
Answer Posted / ravi singh
Primary Keys: Primary keys are the identifier and applied
on the table in the form of constraints. Primary key
provides uniqueness in the data.
Foreign Key: Foreign Keys are the relationship and applied
on the table in the form of constraints. Foreign key in a
table is a primary key of another table and use to make
relationship between two tables.
| Is This Answer Correct ? | 59 Yes | 3 No |
Post New Answer View All Answers
Difference between inner join vs where ?
What happens if you lost a data file?
How do you bind variables in oracle?
What are the ansi data types supported in oracle?
How to insert multiple rows with one insert statement in oracle?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How to join two tables in a single query using oracle?
What is the usage of synonyms?
Is insert autocommit in oracle?
What is a trigger and what are its types in oracle?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What is execute immediate in oracle?
Which is better Oracle or MS SQL? Why?
How to select all columns of all rows from a table in oracle?
What is oracle datasource?