2 lines
99 B
SQL
2 lines
99 B
SQL
SELECT DISTINCT city, state FROM library.dbo.adult;
|
|
SELECT * FROM library.dbo.title ORDER BY title; |