Display unique building names from LOCATION table.

Write queries/statements for the following. (Use tables created in Chapter 4 Lab Activity.)

```
SQL> SELECT DISTINCT BUILDING
2 FROM LOCATION;

BUILDIN
-------
Gandhi
Kennedy
Nehru
```

Computer Science & Information Technology

You might also like to view...

The storyboard is the blueprint of the Web site

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) __________ is the base class of every Windows Forms App.

a) Interface b) Component c) Form d) Control

Computer Science & Information Technology