MySQL 5 Tutorial | MySQL Workbench SQL Development Intro




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”

  1. 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))

Leave a Reply