Subqueries in Teradata

Subqueries are nested SELECT statements.

   SELECT Employee_Name
FROM Employee
WHERE Location IN
(SELECT Location FROM Cities WHERE Code = 'NY');

nVector

posted on 12 May 18

Enjoy great content like this and a lot more !

Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds