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

Answers were Sorted based on User's Feedback



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

Answer / monal

Joins: Joins are used to retrieve data from two or more
tables when there is either matching row exist in another
table or not.

Primary Key: Primary key ensures uniqueness of data in a
table so that no two rows in the table can have same value.

Foreign Key: Foreign key ensures that data entered in a
column must be checked with data already entered in the
primary key column of another table.

Candidate Key: In some tables there is possibility that more
than one column can carry unique values to make sure
uniqueness of data all across the table. one of those key
column becomes Primary key and other column become candidate
key.

Is This Answer Correct ?    39 Yes 9 No

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

Answer / hari

Joins are retrive the data multiple tabels
primary key ;-doesn' allow null vales

Is This Answer Correct ?    24 Yes 5 No

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

Answer / 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

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

Answer / karthik

Join is a keyword which is used to join two or more table.

The unique column in a table is called primary key.

If primary key acting as a normal attribute in some other
table then this attribute is called foreign key.

If table is having more than one unique attribute then the
rest of the attributes of primary key is called candidate key.

Is This Answer Correct ?    6 Yes 0 No

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

Answer / vikash kr pandey

1> JOIN:- JOIN IS USED TO VIEW AND RETRIEVE DATA FROM MULTIPLE TABLE OR RELATED TABLES IN A SINGLE RESULT SET.

2> PRIMARY KEY:-PRIMARY KEY IS A SET OF COLUMNS WHOSE VALUES UNIQUELY IDENTIFY ALL THE ROWS IN A TABLE AND CAN NOT CONTAIN NULL VALUES.

3> FORIEGN KEY:-A COLUMN IN ONE TABLE WHOSE VALUES MATCH THE PRIMARY KEY IN SOME OTHER TABLE IS CALLED A FORIEGN KEY.

4> CANDIDATE KEY:-ANY ATTRIBUTE THAT IS UNIQUELY IDENTIFIES A ROW IN A TABLE IS A CANDIDATE FOR THE PRIMARY KEY. THIS TYPE OF ATTRIBUTE IS CALLED CANDIDATE KEY.

5> SUPER KEY:-THE SUPERTYPE IS DESCRIBED BY ATTRIBUTES THAT BELONGS TO ALL SUBTYPES AND CONNECTED TO THE RELATIONSHIP WITH A LINE CONTAINING A CROSSBAR.

Is This Answer Correct ?    2 Yes 1 No

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

Answer / navanirose

i want in super key sample queries and alternate key sample
queries .......pls send to imm.............

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More SQL Server Interview Questions

How to test values returned by a subquery with the in operator?

0 Answers  


Explain about analysis services?

0 Answers  


There is table like Events...in that name ,startdate ,enddate,location are the column names write a stored Procedure for this table to get events by Months "GetEventsByMonths"

2 Answers  


whats new about truncate in sql server 2008?

0 Answers   MedSave Healthcare, Serco,


What do you mean by an execution plan? How would you view it?

0 Answers  






What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?

0 Answers  


explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

0 Answers  


What are dml (data manipulation language) statements in ms sql server?

0 Answers  


What is the difference between HAVING clause and the WHERE clause?

7 Answers  


What are the types of user defined functions in sql server?

0 Answers  


What is the use of stored procedure?

0 Answers  


How do you run a trace?

0 Answers  


Categories