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 what is public role in sql server?
what are candidate key, alternate key and composite key? : Sql server database administration
How to use "begin ... End" statement structures in ms sql server?
What is query optimization process?
Can we call future method from trigger?
Explain the architecture of ms sql reporting service?
How to loop through the result set with @@fetch_status?
Why are views required in the sql server or in any other database?
Can foreign key be duplicate?
How to connect php with different port numbers?
What is indexed view? How to create it?
How do I find sql server instance name?
What is dirty read?
What do you think of this implementation? Can this be implemented better?
What is openrowset sql server?