what is primary key and foreign key when and where have to use
Answer Posted / chandrika
primary key has unique value, it dostnt contain null values
and duplicate values.
foregin key is primary key of another table
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What happens if recursive calls get out of control?
definition of cluster and non-clustered index?
What are the advantages of oracle 12c?
Explain view?
what are archived logs?
How would you best determine why your MVIEW couldnt FAST REFRESH?
How to create additional tablespaces for an new database?
How to export data to a csv file?
Explain the blob datatype?
How to convert numbers to characters in oracle?
How many types of tables are there in oracle?
Explain constraining triggers.
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
How to open and close an explicit cursor in oracle?
How do I spool to a csv formatted file using sqlplus?