Question: Task # 1 : ( no input from Project # 1 is required to the Assignment drop box ) Set up your DB Browser. Each
Task #: no input from Project # 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 #: 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:
IDnumber: int PK AI
firstname:text
lastName:text
age:int
phone:text
currentsalary:real default
Then fill in 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
