Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assume the code below has been executed: 0 1 00 INSERT INTO PUBLISHER VALUES(3 AMERICAN PUBLISHING, DAVID DAVIDSON, 800-555-1211'); ROLLBACK; How many rows are now

Assume the code below has been executed: 0 1 00 INSERT INTO PUBLISHER VALUES(3 AMERICAN PUBLISHING, DAVID DAVIDSON, 800-555-1211'); ROLLBACK; How many rows are now in the table at the end of the code? 02 CREATE TABLE Publisher (PubID NUMBER(2), Name VARCHAR2(23), Contact VARCHAR2(15), Phone VARCHAR2(12), CONSTRAINT publisher_pubid_pk PRIMARY KEY(pubid)); 03 INSERT INTO PUBLISHER VALUES(1,PRINTING IS US, TOMMIE SEYMOUR,000-714-8321"); INSERT INTO PUBLISHER VALUES(2,PUBLISH OUR WAY JANE TOMLIN,010-410-0010); CREATE TABLE Author (AuthorID VARCHAR2(4), Lname VARCHAR2(10), Fname VARCHAR2(10), CONSTRAINT author_authorid_pk PRIMARY KEY(authorid))

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

Database Design For Mere Mortals

Authors: Michael J Hernandez

4th Edition

978-0136788041

More Books

Students also viewed these Databases questions