what is primary key,unique key, foreign key? can u teach me
in simple language?
Answer Posted / vinodkumar
Primary key:it is a key in which uniquely identify the
answer which is stored in the DBMS.A table contains a
primary key.
Foreign key:A key used in the table to represent the primary
key i.e when the primary key is used in a table of one topic
then the same name can be used as foreign key in another topic
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the types of joins?
what is tkprof tool and how it is used???
Explain entity ?
How to fetch/retrieve the data from hieranchical database and put it into the relational database? for e.g I want to extract the data from IMS DB2 database which is a hierarchical db and load that data into the relational database which is a SQL server.Are there any tools available for directing extracting data from hierarchical db and loading into the relational database (SQL server)?
sparse lookup and where its options we find in OCI and db2?
Explain inner and outer joins with examples.
Explain the record term used in database.
Can a database table exist without a primary key?
can we delete autodiff back up that we have set through sql server agent.
What is the role of tester in discovery(in Checklist)?
What is redis good for?
Is hive a database?
What is the Difference Primary key and Unique Key
Differentiate between delete and truncate table?
can u combine pipeline parallelism and partition parallalism? how and whan?