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
What is the relationship that exists inside in E-R diagram?
Is redis in memory database?
Which three commands cause a transaction to end?
What is a trace file?
What is a reference table in database?
Explain the field term used in database.
What are different types of clusters present?
What is odm in database?
What is the difference between primary and candidate key?
Explain about ur projets on teradata???
Can you create a database in word?
What are the types of joins?
What are the various ways to execute a query in teradata?
What is Data Modelling?
how to send multiple records which matches all the condition in the lookup transformation ? (if lookup matches the codition for duplicate values)