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 : 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 : Relational Database Project
In this assignment, you will create a database named studentinfo. 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
tableColumn Name,TypeMajorIDINTEGER PRIMARY KEYNameTEXT
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
