what is primary key,unique key, foreign key? can u teach me
in simple language?
Answer Posted / mohamed ibrahim
Primary Key :- Is a unique identify a table data,it is avoid null and duplicate value.In a table we can assign single primary key.
Unique Key :- Is same as primary key but it allow single null value and avoid duplicate value.In a table we can assign more than one no of unique key.
Foreign Key :- Is a connect two table from a single column name.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is database collection?
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)?
What does specialization in DBMS mean?
can any one tell me how i can start database testing mean what should be initial point and how i can write a query for listing page of any item thanks in advance
What is sharded database?
What is a super key?
How to do Data size testing? Who does this testing (Developer or tester)?
What is odm in database?
What is odm database?
can u combine pipeline parallelism and partition parallalism? how and whan?
What the various ways to tune a teradata query
Should I store images in database?
Given a table Employee which has columns name and salary, write an SQL query to find the employee with the second highest salary.
Why do we need distributed database?
Is storing images in a database a good idea?