What Is The Difference Between Primary Key & Super Key
Answer Posted / tanmay dutta
Primary Key : Unique No. Not null.No duplicate.exam:Student_Id.
Super Key : Like (student_id + Student Name)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using a stored procedure?
Explain about temporary stored procedure?
How to find the version of sql server? : sql server database administration
What are basics of policy management?
Why it is recommended to avoid referencing a floating point column in the where clause?
What is a mutating table error and how can you get around it?
What is difference between line feed ( ) and carriage return ( )?
Explain “row_number()” in sql server with an example?
How do I determine how many instances of sql server are installed on a computer?
Difference between group by clause and having clause in SQL?
How to insert data with null values?
What happens to a trigger with multiple affected rows?
Using the customer, and order table in northwind database, please write a query to produce xml?
Explain the microsoft sql server delete command?
What is log cache in sql server?