This repository has been archived on 2024-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Databases/Lab1/Task2/SQLQuery7.sql

2 lines
99 B
SQL

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