Question: Write an application that creates a database named PhoneBook. The database should have a table named Entries, with columns for a persons name and phone
Write an application that creates a database named PhoneBook. The database should have a table named Entries, with columns for a person’s name and phone number.
Next, write an 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.
Step by Step Solution
3.41 Rating (176 Votes )
There are 3 Steps involved in it
Part 1 create database PhoneBook create table Entries name varchar255 phone varchar255 Explanation c... View full answer
Get step-by-step solutions from verified subject matter experts
