Question: Homework 8 . Oracle Programming 1 Due q , In Oracle, create a hw 8 _ Customers table with the following fields. ( You may
Homework Oracle Programming
Due
In Oracle, create a hwCustomers table with the following fields. You may use varchar if you like
SQL describe hwcustomers;
Name
Null? Type
SSN
CHAR
LASTNAME
CHAR
FIRSTNAME
CHAR
MIDDLE
CHAR
PHONE
CHAR
Write a program hwsql that will insert a new customer record into the table, like the following:qquad
Specifications:
The system displays the New Customer Program title.
The system prompts for social security number, last name, first name, middle name, and phone of the new customer. Notice that the user can enter in lower case.
The system inserts the new record into the hwCustomers table.
The system displays the new record from the hwCustomers table for confirmation. Note that data should be displayed with appropriate format. there are OTHER customer data in the hwCustomers table. You should only display the current customer.
Spool your output to hwtxt Run the program until there is no error. Test your program by entering at least customers so I can see your query pulls up the correct record Print a copy of hwsql and hwtxt Turn in both copies.
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
