Jump to content

T-SQL


cpage

Recommended Posts

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

 

Link to comment
https://forums.phpfreaks.com/topic/163364-t-sql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.