Question: Databases and SQLThis weeks unit is about Databases and the wonderful things that Databases allow us to do . Databases have been around since the

Databases and SQLThis weeks unit is about Databases and the wonderful things that Databases allow us to do.Databases have been around since the 70s and pretty much every application we use todayhave a database in use.The purpose of this assignment is to get you familiar with what is a Database, what is SQL andhow to answer some data questions using a sample database.What we will useYou will need to install the following software in your laptop: TablePlus: a database UI that allows us to connect to a database and issue queries(asks questions of it). TablePlus can be downloaded here. Sqlite: a small database that will house our data. Sqlite can be downloaded here. For Mac: There is only one download for Mac so you just need to download thatfile and unzip it. For Windows: download the sqlite-dll-win-x64-3450100.zip and unzip it. Sample data: a small sample database that will have some data we will use to doqueries. The sample database to download is called chinook and can be downloadedhere. You will need to download the database and the database diagramInstallationOnce all the files are downloaded and unzipped, you need to do the following: Start the sqlite db by double-clicking on the sqlite3 icon. This will open a terminal(remember we used the terminal in last weeks class?) Install the TablePlus application by running the file you downloaded. Once it is installed, open the TablePlus App and you will see som

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!