This MySQL Interface is for the <<<<<<< choquett_indtechcourses >>>>>>>> DataBase

here are some query options...

FYI - select (particular tables or * for all) from (particular database) where (a particular table) = or > or < (a particular entry value)

show tables
select * from elearnings where crs_ID = 'English I'
select * from elearnings where crs_ID = 'English I'
Enter your query below. Remember, no semicolon at the end!


------------------------

LOAD DATA INFILE '' INTO TABLE question_qst FIELDS TERMINATED BY '|\\r\\n' LINES TERMINATED BY '***\\r\\n'