MySQL Programming homework by MJ 20180504

From Biolecture.org
Revision as of 03:28, 4 June 2018 by imported>MJ (Created page with "<p>1) make database named hw0507 and try to use this database.</p> <p> <img alt="" src="http://biolecture.org/ckfinder/userfiles/images/make%20database.JPG" style="height:4...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.