Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Database SQL Hands-on Assignments To perform the following assignments, refer to the tables in the JustLee Books database. 1. Create a view that lists the

image text in transcribed
image text in transcribed
Database SQL
Hands-on Assignments To perform the following assignments, refer to the tables in the JustLee Books database. 1. Create a view that lists the name and phone number of the contact person at each publisher. Don't include the publishers ID in the view. Name the view CONTACT 2. Change the CONTACT view so that no users can accidentally perform DML operations on the view. 3. Create a view called HOMEWORK 13 that includes the columns named Col1 and Col2 from the FIRSTATTEMPT table. Make sure the view is created even if the FIRSTATTEMPT table doesn't exist. 4. Attempt to view the structure of the HOMEWORK13 view. 5. create a view that lists the ISBN and title for each book in inventory along with the name and phone number of the person to contact if the book needs to be reordered. Name the view REORDERINFO. 6. Try to change the name of a contact person in the REORDERINFo view to your name. was an error message displayed when performing this step? lf so, what was the cause of the error message

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

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Systems Analysis And Synthesis Bridging Computer Science And Information Technology

Authors: Barry Dwyer

1st Edition

0128054492, 9780128054499

More Books

Students also viewed these Databases questions