SELECT DISTINCT city, state FROM library.dbo.adult; SELECT * FROM library.dbo.title ORDER BY title;