Lab work 6 (1)
Lab work 6 (1)
Lab work 6 (1)
Goal: to create a new database and implement SELECT queries for the following
tasks with the PostgreSQL DBMS.
Preparation:
Note:
• DBMS: PostgreSQL. If you have any difficulties with the PostgreSQL, you can
temporarily use online compilers (for example, extendsclass.com/postgresql-
online.html, sqliteonline.com, rextester.com, sqlfiddle.com, etc.).
• Write only one SELECT query for every task.
• Answer for the LW6 is a report with SQL scripts and result screenshots for every
task.
Tasks:
SELECT *
FROM Students;
2. …
3. …
…
Materials:
• Lectures 7, 8;
• Connolly, Thomas M. Database Systems: A Practical Approach to Design,
Implementation, and Management.
• www.postgresql.org/docs/manuals/