Install PostgreSQL database and given the tables below and the data from the excel attached, load the data into PostgreSQL database after creating the appropriate tables. Importing the tables:
✓ Convert each of the tables in the attached file (Supplementary_File_Dreamhome.xlsx) into CSV files and name the accordingly.
✓ Create a database in PostgreSQL with table names corresponding to those shown in the table below.
✓ Import each of your CSV files into appropriate tables that you’ve created.
Produce SQL commands and screenshots of the output of the following questions and explain each output.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |