How can we write or define DDL statements in Sql server and
DML statements?
Answer Posted / raju vikram
Delete is DDL statement and Truncate is DML statement
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Explain syntax for disabling triggers?
What is intellisense?
Can you tell me about the concept of ER diagrams?
What are sub reports and how to create them?
What is the process of indexing?
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What does normalization do to data?
Explain about SQL server 2005?
Can two different columns be merged into single column? Show practically?
What are the differences between substr and charindex in sql server.
What is a covering index?
What are the basic features of a trigger in ms sql server?
What is default constraint?
How to delete database objects with "drop" statements in ms sql server?
What is temporal table?