SQL Query Question
Praveen Kumar
Select an image from your device to upload
DELETE FROM tbBooksWHERE BookId IN (SELECT TOP 2 BookId FROM tbBooks ORDER BY BookId ASC)
when developer get issue then its a bug.
when tester got an issue then its a error
and when production side got any issue tne its a defect.
select
Write a query based on the below records in the table
Empid Empname Dept1 Praveen IT2 Mahesh IT3 Scott HR4 Leslie Admin5 Mary HR
Write a SQL query which returns the following result
Dept No of Employees
IT 2HR 2Admin 1