MySQL Programming homework by Ko Minjeong 20180504

From Biolecture.org
Revision as of 14:39, 7 May 2018 by imported>Minjeong Ko
(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.