what are the joins,primary key,foriegn key, candidate key,
super key and expain them?

Answer Posted / jebastin unnatha raja

Joins-> Joins allow You to view and retrive the data from multible related tables in a single result set.

Primary key-> A primary key is used to uniquely identify each row in a table.A primary key columns can not contain a nULL values.

foriegn key-> A foreign key is a field (or fields) that points to the primary key of another table. The purpose of the foreign key is to ensure referential integrity of the data

super Key-> A superkey is a combination of attributes that can be uniquely used to identify a database record. A table might have many superkeys.

Candidate key-> A candidate key is one that can identify each row of a table uniquely. Generally a candidate key becomes the primary key of the table.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain different types of joins?

547


Explain the different index configurations a table can have?

512


what method you can use to reduce the overhead of Reporting Services data sources?

151


Which trace flags are enabled in sql server?

527


How to change server name in sql server?

564






What is bookmark link in ssrs?

108


Explain the difference between clustered and non-clustered index?

546


How to use subqueries with the in operators in ms sql server?

569


What is use of attribute hierarchy optimized state? : sql server analysis services, ssas

589


Do you know what are the steps to process a single select statement?

536


How to connect a database with sql express.?

570


Explain sub-query?

571


What is the difference between a fill factor of 100 and 0?

536


What is acid mean in sql server?

580


Do you know what is similarity and difference between truncate and delete in sql?

579