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
how to define testing of network layers? : Sql server database administration
How do I manually uninstall an instance of sql server 2016?
Can truncate be rolled back?
How to create database with physical files specified in ms sql server?
What are points to remember while using the fillfactor argument?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
what is difference between NULL and ISNULL in SQL Server 2008?
What is best institute to Learn DotNET And SQL in chennai?
Is ssrs support other database except ms sql server?
what is normalization? Explain different levels of normalization? : Sql server database administration
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
What are security principals used in sql server 2005?
Is foreign key a primary key?
Mention the command used to rename the database.
Explain the different types of joins?