Assume,there are three tables in a database, Can i have
both primary key and foreign key for each table in the same
database?
Answer Posted / madhu
We can create 3 tables with PK and FK but can not insert
rows. Try it.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does <> symbol mean?
What does the on update no action do?
What is a join in sql?
Define Joins?
What is role playing dimension with two examples? : sql server analysis services, ssas
Can one drop a column from a table?
What do we have to check in database testing?
Give main differences between "Truncate" and "Delete".
What is unique key constraint?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What is coalesce in sql server?
How to transfer a table from one schema to another?
How to handle error or exception in sql?
How is table type constraint applied to a table?
What are pages and extents? : SQL Server Architecture