Name few of the dcl commands in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

Explain what is the use of custom fields in report?

0 Answers  


Which databases are part of SQL server default installation? Explain the usage of each?

2 Answers   Accenture,


What is difference between standardization and normalization?

0 Answers  


In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2

1 Answers   AllState,


How do you set a trace flag in sql server?

0 Answers  






what are the different types of replication you can set up in sql server? : Sql server database administration

0 Answers  


What is the use of CASCADE CONSTRAINTS?

3 Answers  


syntex of insert

7 Answers  


Is t sql the same as sql server?

0 Answers  


Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?

0 Answers  


How do you optimize Sql queries ?

0 Answers   Cognizant,


What meant by Performance Tuning,how can we do the performance tuning on stored procedures and tell some steps to do the performance tuning

3 Answers   TCS,


Categories