16.10 - Referencing Object Names in a Request - Teradata Database

Teradata Database SQL Fundamentals

Product
Teradata Database
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-04-25
dita:mapPath
klx1480972732157.ditamap
dita:ditavalPath
changebar_rev_16_10_exclude_audience_ie.ditaval
dita:id
toy1472253184295

When you reference an object name in a request, you may need to qualify the name. The topics that follow explain the rules for use of qualified and unqualified object names.

The following example shows unqualified, qualified and a fully qualified name references in a SELECT statement that accesses the Employee table in the personnel database:

   SELECT Name, DeptNo, JobTitle
   FROM Personnel.Employee
   WHERE Personnel.Employee.DeptNo = 100 ;

Related Topics

For more information about the default database, see “The Default Database.”