Difference between revisions of "MySQL Programming homework by Ko Minjeong 20180504"

From Biolecture.org
imported>Minjeong Ko
(Created page with "<p>1) make database named hw0507 and try to use this database.</p> <p> <img alt="" src="/ckfinder/userfiles/images/make%20database.JPG" style="height:463px; width:798px" />...")
(No difference)

Revision as of 14:39, 7 May 2018

1) make database named hw0507 and try to use this database.

 

 

2) make table in database named hw0507. make 5 coloumns; id, subject, grade, start, end.

   then put rows in the table and check.

3) put same rows then make 1 row be deleted and check.