Question: Problem 1 : Phone Book Database Write a program that creates a database named phonebook. db . The database should have a table named Entries,

Problem 1: Phone Book Database
Write a program that creates a database named phonebook. db. The database should have a table named Entries, with columns for a person's name and phone number. Next, write a CRUD application that lets the user add rows to the Entries table, look up a person's phone number, change a person's phone number, and delete specified rows.
Problem 2: Relational Database Project
In this assignment, you will create a database named student_info. db that holds the following
information about students at a college:
The student's name
The student's major
The department in which the student is enrolled
The database should have the following tables:
Majors table
\table[[Column Name,Type],[MajorID,INTEGER PRIMARY KEY],[Name,TEXT]]
 Problem 1: Phone Book Database Write a program that creates a

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 Databases Questions!