Rajeev Kumar

Rajeev Kumar

  • 800
  • 1k
  • 62.1k

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)