Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 427 Bytes

Problem Statement:

Create a database named 'custom'. Create a table named temperature_data inside custom having below fields:

  1. date (mm-dd-yyyy) format
  2. zip code
  3. temperature The table will be loaded from comma-delimited file. Load the dataset.txt (which is ',' delimited) in the table.

Solution:

The PDF document posted in this repository contains stepwise solution for this task along with screenshot of output.