Question: Task # 1 : ( no input from Project # 1 is required to the Assignment drop box ) Set up your DB Browser. Each

Task #1: (no input from Project #1 is required to the Assignment drop box)
Set up your DB Browser.
Each database you create will be in a separate file. Make sure you know where the file is on your computer, and what you named the file.
Task #2: This requires a screen shot and a file for the Assignment
Create a database called in SQLite called TheProject. Then in the database create a table for a Person.
The fields will be:
ID_number: int (PK, AI)
first_name:text
last_Name:text
age:int
phone:text
current_salary:real (default 0.0)
Then fill in 5 rows with different input. You can do this with a query (like the INSERT Query in the slides) or directly in DB Browser.

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!