Write SQL commands for the following: . Create two different forms of the INSERT command to add a student with a student ID of 65798 and last name Lopez to the S . Now write a command that will remove this student from the STUDENT table. . How would your command look like if your task was to remove any student with the last name Lopez from the STUDENT tabl . Create an SQL command that will modify the name of course ISM 4212 from Database to Introduction to Relational Database

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

 

 

5-39. Write SQL commands for the following:
a. Create two different forms of the INSERT command to add a student with a student ID of 65798 and last name Lopez to the STUDENT table.
b. Now write a command that will remove this student from the STUDENT table.
c. How would your command look like if your task was to remove any student with the last name Lopez from the STUDENT table?
d. Create an SQL command that will modify the name of course ISM 4212 from Database to Introduction to Relational Databases.
Transcribed Image Text:5-39. Write SQL commands for the following: a. Create two different forms of the INSERT command to add a student with a student ID of 65798 and last name Lopez to the STUDENT table. b. Now write a command that will remove this student from the STUDENT table. c. How would your command look like if your task was to remove any student with the last name Lopez from the STUDENT table? d. Create an SQL command that will modify the name of course ISM 4212 from Database to Introduction to Relational Databases.
Problems and Exercises 5-34 through 5-45 are based on the class scheduling 3NF relations along with some sample data shown in Figure 5-11 . Not shown in
this figure are data for an ASSIGNMENT relation, which represents a many-to-many relationship between faculty and sections. Note that values of the SectionNo column do
not repeat across semesters.
STUDENT (StudentID, StudentName)
StudentID
38214
54907
66324
70542
Faculty D
2143
3467
4756
FACULTY (FacultyID, FacultyName)
CourselD
StudentName
ISM 3113
ISM 3112
ISM 4212
ISM 4930
***
Letersky
Altvater
Aiken
Marra
COURSE (CourselD, CourseName)
FacultyName
Birkin
Berndt
Collins
CourseName
Syst Analysis
Syst Design
Database
Networking
QUALIFIED (FacultyID, CourselD, DateQualified)
FacultyID
2143
2143
3467
3467
4756
4756
SectionNo
2712
2713
2714
2715
***
SECTION (SectionNo, Semester, CourselD)
StudentID
CourselD
ISM 3112
ISM 3113
ISM 4212
ISM 4930
ISM 3113
ISM 3112
38214
54907
54907
66324
Semester
1-2018
1-2018
Il-2018
II-2018
SectionNo
DateQualified
REGISTRATION (StudentID, SectionNo)
2714
2714
2715
2713
9/2008
9/2008
9/2015
Figure 5-11 Class scheduling relations (missing ASSIGNMENT)
9/2016
9/2011
9/2011
CourselD
ISM 3113
ISM 3113
ISM 4212
ISM 4930
Transcribed Image Text:Problems and Exercises 5-34 through 5-45 are based on the class scheduling 3NF relations along with some sample data shown in Figure 5-11 . Not shown in this figure are data for an ASSIGNMENT relation, which represents a many-to-many relationship between faculty and sections. Note that values of the SectionNo column do not repeat across semesters. STUDENT (StudentID, StudentName) StudentID 38214 54907 66324 70542 Faculty D 2143 3467 4756 FACULTY (FacultyID, FacultyName) CourselD StudentName ISM 3113 ISM 3112 ISM 4212 ISM 4930 *** Letersky Altvater Aiken Marra COURSE (CourselD, CourseName) FacultyName Birkin Berndt Collins CourseName Syst Analysis Syst Design Database Networking QUALIFIED (FacultyID, CourselD, DateQualified) FacultyID 2143 2143 3467 3467 4756 4756 SectionNo 2712 2713 2714 2715 *** SECTION (SectionNo, Semester, CourselD) StudentID CourselD ISM 3112 ISM 3113 ISM 4212 ISM 4930 ISM 3113 ISM 3112 38214 54907 54907 66324 Semester 1-2018 1-2018 Il-2018 II-2018 SectionNo DateQualified REGISTRATION (StudentID, SectionNo) 2714 2714 2715 2713 9/2008 9/2008 9/2015 Figure 5-11 Class scheduling relations (missing ASSIGNMENT) 9/2016 9/2011 9/2011 CourselD ISM 3113 ISM 3113 ISM 4212 ISM 4930
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Multiple table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education