Rajeev Kumar

Rajeev Kumar

  • 881
  • 778
  • 42.6k

what is the output of below Query?

Feb 28 2023 12:42 PM

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)