Can we use Truncate command on a table which is referenced
by FOREIGN KEY?
Answer Posted / guest
No. We cannot use Truncate command on a table with Foreign
Key because of referential integrity.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Why would you call update statistics?
How to concatenate two character strings together?
Can I disable or restrict ssrs export formats (rendering formats)?
How data can be copied from one table to another table?
What are drilldown reports?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
What is deploy, process and build? : sql server analysis services, ssas
What is the security principal at the server level that represents your session?
How to convert binary strings into integers in ms sql server?
Can two tables share a primary key?
explain what is raid and what are different types of raid configurations? : Sql server database administration
why would you call update statistics? : Sql server database administration
How to run queries with sql server management studio express?
What is stored procedures?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration