cpage Posted June 23, 2009 Share Posted June 23, 2009 T-SQL Using T-SQL (or ANSI/ISO SQL if you don't use T-SQL,) select all employees who work in the "Engineering" department and have a position of "Software Engineer" from the following schema. Employee Name varchar(50) EmailAddress varchar(250) Birthdate datetime Startdate datetime Enddate datetime PositionID int DepartmentID int Department DepartmentID int Name varchar(50) FoundingDate datetime Position PositionID int Name varchar(50) CreationDate datetime Quote Link to comment https://forums.phpfreaks.com/topic/163364-t-sql/ Share on other sites More sharing options...
corbin Posted June 24, 2009 Share Posted June 24, 2009 Did you just straight up copy/paste a homework question? Quote Link to comment https://forums.phpfreaks.com/topic/163364-t-sql/#findComment-862465 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.