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
Do you know what is bit data type and whats the information that can be stored inside a bit column?
Explain trigger classes i.e. Instead of and after trigger?
What is the sql case statement used for?
What are unicode character string data types in ms sql server?
Explain tablesample?
Tell me what is de-normalization and what are some of the examples of it?
What is RMS migrations?
what method you can use to reduce the overhead of Reporting Services data sources?
How to create a store procedure with encryption?
What are the different types of sub-queries?
1.what are diff types of joins , and explain diff between cross join and full outer join 2.diff types of views 3. Diff types of index 4. What is diff b/w stores procedure and function procedure 5.diff between double and int in SQL 6.diff between char and varchar in SQL. 7.Oracle or SQL whice you will preferred and why.
How to create a view using data from another view?
Explain steps of normalization?
Explain timestamp datatype?
What is normalization 1nf 2nf 3nf?