4
Answers

what is the output of below Query?

Photo of Rajeev Kumar

Rajeev Kumar

2y
670
1

Suppose we have an Employee Table with these ID ,Name,  DeptID,  Status and Salary fields.  

 

BEGIN TRAN  

TRUNCATE TABLE Employees  

ROLLBACK  

SELECT * FROM Employees  

Answers (4)