Explain the truncate command? : sql server architect
Answer / Sandeep Kumar Mishra
"The TRUNCATE command in SQL Server is used to remove all rows from a table quickly, while consuming fewer system resources compared to DELETE. It works by deleting all records from the specified table and reinitializing its identity column. However, it does not release any locks on the table and does not log individual deleted rows; this makes it faster but also means that it cannot be rolled back like a regular DELETE statement."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about the return statement?
What do you mean by flat file database?
What is Weak Entity set?
What are the three levels of database architecture?
Why fastload support to empty table?
What is app tier?
Explain about the implementation of business logic in stored procedures?
What do data architects do?
What is a view? How it is related to data independence?
What is 2NF?
What is system catalog or catalog relation? How is better known as?
What is the difference between cube operator and roll up operator? : sql server architect
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)