Select from following answers:- DML(Data Manipulation Language)
- DDL(Data Definition Language)
- DCL(Data Control Language)
- 2 and 3
- All Above
DDL commands execute faster compared to others since for DDL commands(create, alter, drop) rollback table space is not created.
These are auto commit commands hence cannot be rollbacked, which will make commands execute faster.
Show Correct Answer
Asked In: Sql server Interviews |
Alert Moderator