Forum

Write a query to di...
 
Share:
Notifications
Clear all

Write a query to display the first and the last record from the Employee info table.

1 Posts
1 Users
0 Reactions
1,730 Views
Posts: 1
Topic starter
(@Ramesh k)
Joined: 4 years ago

Write a query to display the first and the last record from the Employee info table.

For First Record

SELECT * FROM EmployeeInfo

WHERE EmpID=(SELECT MIN(EmpID)

FROM Employeelnfo);

Leave a reply

Author Name

Author Email

Title *

 
Preview 0 Revisions Saved
Share: