Login using Social Account
     Continue with GoogleLogin using your credentials
How to import a csv file in MySQL:
Import your CSV using the following command
LOAD DATA LOCAL INFILE '~/file.csv' INTO TABLE my_table FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n';
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...