Example: Using IS NOT NULL - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Conversely, to search for the names of all employees who have been assigned to a department, you can enter the following statement:

SELECT Name 
FROM Employee 
WHERE DeptNo IS NOT NULL;

This query returns the names of all employees with a value that is non-NULL in the DeptNo field.