
Database Systems 6th Edition by Ramez Elmasri, Shamkant B. Navathe
النسخة 6الرقم المعياري الدولي: 0136086209
Database Systems 6th Edition by Ramez Elmasri, Shamkant B. Navathe
النسخة 6الرقم المعياري الدولي: 0136086209 تمرين 8

-Write SQL update statements to do the following on the database schema shown in Figure 1.2.
(a) Insert a new student < 'Johnson', 25, 1, 'MATH' > in the database.
(b) Change the class of student 'Smith' to 2.
(c) Insert a new course < 'Knowledge Engineering','COSC4390', 3,'COSC' > .
(d) Delete the record for the student whose name is 'Smith' and student number is 17.
التوضيح
(a) INSERT INTO STUDENT
VALUES ('Johnson...
Database Systems 6th Edition by Ramez Elmasri, Shamkant B. Navathe
لماذا لم يعجبك هذا التمرين؟
أخرى 8 أحرف كحد أدنى و 255 حرفاً كحد أقصى
حرف 255