What is Primary key and foreign key? Give an example
Answer Posted / brajesh kumar srivastava
Primary key enforce uniqueness of column and deny to allow
null values to this column and enforce referential data
integrity constraint to other table column which is call
foreign key.
Foreign key column may contain null value
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
When does a workload on SQL Azure get throttled?
What are sub reports?
How to modify an existing stored procedure in ms sql server?
How to use copy and concatenate commands in SQL?
Can group by and orderby be used together?
Who developed sql server?
Explain atomicity?
How to list all dsn entries on your local machine using odbc_data_source()?
What to perform pattern match with the like operator?
Explain how many types of relationship?
What is tablix?
can we have a nested transaction? : Sql server database administration
What are the benefits of normalization?
How to find out the list schema name and table name for the database?
What are statistics?