Answered step by step
Verified Expert Solution
Question
1 Approved Answer
locate a dataset stored as a .csv file from kaggle.com Make new database and appropriate table(s) needed to hold the data from the .csv file.
locate a dataset stored as a .csv file from kaggle.com
- Make new database and appropriate table(s) needed to hold the data from the .csv file.
- Use appropriate MySQL CLI commands to view the database you created, its table(s), and the table structure(s). Take screen shots of the output showing the databases in the DBMS, the table(s) in the new database, and the structure of those table(s).
- If necessary, clean the data to ensure there will be no errors caused by the data when loading.
- Import the .csv file data into the appropriate table(s) in the database.
- Use appropriate MySQL CLI commands to view the data in the database table(s) after importing the data. Take screenshots of this CLI output showing the data in the table(s) (the first 20 or so records).
Deliverables
- In a Word document, copy and paste in the URL of the kaggle.com page that describes the data you downloaded.
- Copy and paste the following screen shots into the same Word document. All screenshots are to be of the output from MySQL commands:
- The databases in your MySQL DBMS that include the new database you created to hold the kaggle.com data.
- The table name(s) of all the table(s) in the new database.
- The structure(s) of all the table(s) in the new database.
- The first 20 or so records of data imported into the database.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Find a Dataset on Kaggle Visit Kagglecom and search for a dataset that interests you Once you find o...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started