what is primary key,unique key, foreign key? can u teach me
in simple language?
Answer Posted / rama
primary key:primary key is not allowed null values and
duplicate values.
unique key: this key allows null values but does not allow
duplicate values.
foreign key:
this key is used to refer another table.(i.e)other table
primary key values is used in foreign key table.it makes
relation ship between two tables.
| Is This Answer Correct ? | 19 Yes | 10 No |
Post New Answer View All Answers
How default key is different from primary key?
What is the difference between data source and database?
Write a query to retrieve for many to many relationships?
Explain alternate key?
What is lagging in DBMS ?
Which three commands cause a transaction to end?
Explain normalization in one line?
What is a sequence? Explain it with one example?
What does specialization in DBMS mean?
What are the concurrency problems a database faces?
What is the candidate key used for?
A design problem was given in which I was supposed to make a design for the data base for a given problem.
How concurrency problems effect the database?
Is storing images in a database a good idea?
what is the role of auditor in auditing data oriented applications?