Want all our free MySQL Training Videos? Download our free iPad app at : http://itunes.apple.com/us/app/video-training-courses-from/id418130423?mt=8 More …
Original source
Want all our free MySQL Training Videos? Download our free iPad app at : http://itunes.apple.com/us/app/video-training-courses-from/id418130423?mt=8 More …
Original source
2 responses to “MySQL 5 Tutorial | MySQL Workbench SQL Development Intro”
how can I instead of creating tables by just typing in table name, row etc do it by script? For example: CREATE TABLE PATIENT
(avdnr VARCHAR(5) NOT NULL,
avdname VARCHAR(20),
avdadress VARCHAR(20),
CONSTRAINT AVD_PK PRIMARY KEY(avdnr))
wen i double click on my connection my sql editor is blank,there is no crm sakila test