347
edits
Changes
no edit summary
<p>*Commands are capitalized by convention.</p>
===In-Class Example of Manually Creating a Table===
<p>LOAD DATA INFILE '/home/tikenn/meddata_tab.txt' INTO TABLE `test` FIELDS TERMINATED BY '\t' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\r\n' IGNORE 1 LINE</p>