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
How to use linked server?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
Explain the ways to controlling cursor behavior?
How do I view a trc file?
what are defaults? : Sql server database administration
Explain SSRS Architecture?
Can two tables have the same primary key?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
Define full outer join?
What is sql server used for?
Which joins are sql server default?
What is field in algebra?
What are the types of lock supported by ?
What sql server means?
What do you mean by stored techniques? How would we use it?