How can we write or define DDL statements in Sql server and
DML statements?

Answer Posted / kalyana chakravarthy maddipati

DDl statements like Create, Alter, Drop and Truncate can't be Rollbacked and Committed implicitly where as DML statements like Insert, Update and Delete can be rollbacked. DML statements has to be comitted explicitly

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 2nf example?

548


What is difference in performance between insert top (n) into table and using top with insert?

530


What are SSL and TSL protocols?

577


How to use copy and concatenate commands in SQL?

597


What is the Difference Between Primary and Foreign Key?

585






What is the name of the system variable that returns the number of rows affected by a SQL statement?

566


Explain unique key in sql server?

536


What are the different types of cursor?

603


What is the syntax to execute the sys.dm_db_missing_index_details?

582


What is difference between joins and subqueries?

532


what are different types of backups available in sql server? : Sql server database administration

496


What is the importance of three tier architecture?

607


You want to implement the one-to-one relationship while designing tables. How would you do it?

526


Explain about builtinadministrator?

588


Differentiate between SQL and ORACLE joins and write their syntax.

587