Database for Lab test(mySQL)
Database ရဲ့ 2012 က practical test ေမးခြန္းေလးပါ... Lab test အတြက္အဆင္ေၿပေအာင္ ဒီေမးခြန္းေလးကို အဆင့္လိုက္ၿပန္ေၿဖေပးထားပါတယ္... #Question# (1)Create the following tables which contain the following associated fields. Suppliers (sid CHAR(5),sname CHAR(20),address CHAR(20)) Parts (pid CHAR(5),pname CHAR(20),color(10)) Catalog (sid CHAR(5),pid CHAR(5),cost NUMBER) (2)Fill the following data into tables. Suppliers Sid Sname address S1 Esther London S2 James Paris ...