NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

--RUIZ, Jose Ricardo IV, R.
--3CSD



--a.)
connect to Sample;


--b.)

CREATE TABLE USTStudent (StudentID INTEGER not null, StudentName VARCHAR(30), Adress

VARCHAR(30), Subject_ID CHAR(10) not null, Mark INTEGER);

CREATE TABLE USTSubject (Subject_CODE CHAR(10), Subject_Name Varchar(30));

--c.)

alter table USTSubject add primary key(Subjecd_CODE);
alter table USTStudent add primary key(StudentID);
alter table USTStudent add foreign key(Subject_ID);

--d.)

INSERT INTO USTStudent (Student_ID,StudentName,Adress,Subject_ID,Mark)
values (9400074,'JASON','9, Ozie Hall','MA4545',90),
(9200020,'TEDDY','90, Second Hall','MA4545',65),
(9875620,'LESIE','87, River Road','CS1200',78),
(9200021,'TOM','25, First Hall','MA4545',75),
(9875630,'SUSAN','80, River Dale','CS1200'78);

INSERT INTO USTSubject (Subject_CODE,Subject_Name) values
(CS1200,'Information Systems'),
(MA4545,'The Diversity of Life'),
(CS1300,'Intro to Computing'),
(CH8794,'Intro of Chemistry'),
(MA1235,'Pure Mathematics');

--e.)
INSERT INTO USTStudent (Student_ID,StudentName,Adress,Subject_ID,Mark)
values (8745520,'BEN','79, Main Street','CS8794'Null),
(9841220,'WENDY','124, Long Hall','CS1200',85),
(984120,'WENDY','124, Long Hall','CS1200',85);

--f.)
--already populated

--g.)
--already populated

--h.)
update USTStudent set Subject_ID ='CS1200' where Student_ID = 9400074;

--i.)
select Address from USTStudent where Address like %hall%;

--j.)
select Student_ID from USTStudent where Mark>=65;

--k.)
select Student_ID from USTStudent where Subject_ID='MA4545' AND Mark=75;

--l.)
select Student_ID, Student_Name from USTStudent where Subject_ID='CS1200';

--m.)
select sum(Mark) from USTStudent group by Subject_ID;

--n.)

select Student_ID, Subject_ID , Subject_Name from USTStudent,USTSubject where

Subject_CODE = Subject_ID;

--o.)
delete USTSTudent where Subject_ID='MA4545';

--p.)
select * from USTStudent,USTSubject where Subject_CODE = Subject_ID;

--q.)
update USTStudent set Mark=90 where Student_ID=9875630;

--r.)
CREATE TABLE StudGrades
(StudNumber INTEGER,Mark INTEGER);

--s.)
insert into StudGrades(StudNumber, Mark);
select Student_ID, Mark from USTStudent;
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.