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" />...") |
imported>Minjeong Ko |
||
Line 11: | Line 11: | ||
<p><img alt="" src="/ckfinder/userfiles/images/make%20table.JPG" style="height:660px; width:804px" /></p> | <p><img alt="" src="/ckfinder/userfiles/images/make%20table.JPG" style="height:660px; width:804px" /></p> | ||
− | <p>3) put same rows then make 1 row be | + | <p>3) put same rows then make 1 row be taken out from table and check.</p> |
<p><img alt="" src="/ckfinder/userfiles/images/delete%20data.JPG" style="height:661px; width:799px" /></p> | <p><img alt="" src="/ckfinder/userfiles/images/delete%20data.JPG" style="height:661px; width:799px" /></p> |
Latest 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 taken out from table and check.