Teradata SQL Quick Reference Guide: Simplicity by Design, Second Edition
Teradata SQL Quick Reference Guide: Simplicity by Design, Second Edition
Edition
by Tom Coffing, Michael Larkins and Steve Wilmes
Coffing Data Warehousing. (c) 2006. Copying Prohibited.
TeradataSQLQuickReferenceGuide:SimplicitybyDesign,SecondEdition
SELECT SQL_CLASS.Employee_Table.Dept_No
FROM Employee_Table ;
SELECT *
FROM SQL_CLASS.Employee_Table ;
SELECT Student_Table.Student_Id
FROM Student_Table
INNER JOIN Student_Course_Table
ON Student_Table.Student_Id
= Student_Course_Table.Student_Id ;
Page 2 / 2
Reprintedforibm\[email protected],IBM
CoffingDataWarehousing,CoffingPublishing(c)2006,CopyingProhibited