Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 8 2 0 0 6 Problem 1 : Phone Book Database Write a program that creates a database named phonebook. db . The database

282006Problem 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions