subject
Computers and Technology, 23.04.2021 16:40 nyny980

When running : /* Insert the data into the COURSE table */
INSERT INTO COURSE VALUES('ACCT-211','Accounting I',3);
INSERT INTO COURSE VALUES('ACCT-212','Accounting II',3);
INSERT INTO COURSE VALUES('CIS-220','Intro to Microcomputing',3);
INSERT INTO COURSE VALUES('CIS-420','Database Design and Implementation',4);
/* Insert the data into the CLASS table */
INSERT INTO CLASS VALUES(10012,'ACCT-211',1,'MWF 8:00-8:50 a. m.','BUS311');
INSERT INTO CLASS VALUES(10013,'ACCT-211',2,'MWF 9:00-9:50 a. m.','BUS200');
INSERT INTO CLASS VALUES(10014,'ACCT-211',3,'TTh 2:30-3:45 p. m.','BUS252');
INSERT INTO CLASS VALUES(10015,'ACCT-212',1,'MWF 10:00-10:50 a. m.','BUS311');
INSERT INTO CLASS VALUES(10016,'ACCT-212',2,'Th 6:00-8:40 p. m.','BUS252');
INSERT INTO CLASS VALUES(10017,'CIS-220',1,'MWF 9:00-9:50 a. m.','KLR209');
INSERT INTO CLASS VALUES(10018,'CIS-220',2,'MWF 9:00-9:50 a. m.','KL211');
INSERT INTO CLASS VALUES(10019,'CIS-220',3,'MWF 10:00-10:50 a. m.','KLR209');
INSERT INTO CLASS VALUES(10020,'CIS-420',1,'W 6:00-8:40 p. m.','KLR209');
/* Insert the data into the STUDENT table */
INSERT INTO STUDENT VALUES(321421,'Bowser','William','C ','1975-02-12',42,'So',2.84,2134);< br /> INSERT INTO STUDENT VALUES(324257,'Smithson','Anne','K' ,'1981-11-15',81,'Jr',3.27,2256); INSERT INTO STUDENT VALUES(324258,'Brewer','Juliette',' ','1968-08-23',38,'So',2.26,2256);< br /> INSERT INTO STUDENT VALUES(324299,'Smith','John','B','1 986-11-30',15,'Fr',2.92,2315);
/* Insert the data into the ENROLL table */
INSERT INTO ENROLL VALUES (10014,321452,'C');
INSERT INTO ENROLL VALUES (10014,324257,'B');
INSERT INTO ENROLL VALUES (10018,321452,'A');
INSERT INTO ENROLL VALUES (10018,324257,'B');
get multiple errors:
ORA-00001: unique constraint (SQL_.SYS_C0052064000) violated ORA-06512: at "SYS. DBMS_SQL", line 1721 ORA-00001: unique constraint (SQL_.SYS_C0052064000) violated ORA-06512: at "SYS. DBMS_SQL", line 1721 ORA-00001: unique constraint (SQL_.SYS_C0052064000) violated ORA-06512: at "SYS. DBMS_SQL", line 1721 ORA-00001: unique constraint (SQL_.SYS_C0052064000) violated ORA-06512: at "SYS. DBMS_SQL", line 1721 ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-01861: literal does not match format string ORA-06512: at "SYS. DBMS_SQL", line 1721 ORA-01861: literal does not match format string ORA-06512: at "SYS. DBMS_SQL", line 1721 ORA-01861: literal does not match format string ORA-06512: at "SYS. DBMS_SQL", line 1721 ORA-01861: literal does not match format string ORA-06512: at "SYS. DBMS_SQL", line 1721 ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist ORA-00942: table or view does not exist
how do I address:

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 19:10
Select the correct answer. emma, the quality control manager in a software development company, asks the testing team to check whether the user interface is friendly. to which type of testing is emma referring? a. usability testing b. data comparison c. validation testing d. stress testing e. destruction testing
Answers: 1
question
Computers and Technology, 22.06.2019 22:40
When you type the pwd command, you notice that your current location on the linux filesystem is the /usr/local directory. answer the following questions, assuming that your current directory is /usr/local for each question. a. which command could you use to change to the /usr directory using an absolute pathname? b. which command could you use to change to the /usr directory using a relative pathname? c. which command could you use to change to the /usr/local/share/info directory using an absolute pathname? d. which command could you use to change to the /usr/local/share/info directory using a relative pathname? e. which command could you use to change to the /etc directory using an absolute pathname? f. which command could you use to change to the /etc directory using a relative pathname?
Answers: 3
question
Computers and Technology, 23.06.2019 02:00
What is the main benefit of minimizing the ribbon in word? more options will be accessible through customized keystrokes. more of the document will be viewable without needing to scroll. fewer controls will be accessible to the user by using the mouse. fewer editing options will be available without entering a password.
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
Which software would you use to create a print design? a. illustrator b. audacity c. reaper d. dreamweaver
Answers: 2
You know the right answer?
When running : /* Insert the data into the COURSE table */
INSERT INTO COURSE VALUES('ACCT-2...
Questions
question
Mathematics, 24.05.2020 22:58
question
Mathematics, 24.05.2020 22:58
question
History, 24.05.2020 22:58
Questions on the website: 13722367