This video demonstrates how we can write a query in mysql to import CSV data into a database table. Following query is used in the example shown in this video.
load data infile 'D:/sql/data/mysqldata/employees.csv' into table employees fields terminated by ',' lines terminated by '\n' (name,city,salary);
On this page of the site you can watch the video online Import CSV data into MySQL table using query with a duration of hours minute second in good quality, which was uploaded by the user Gautam Mokal 18 August 2017, share the link with friends and acquaintances, this video has already been watched 41,694 times on youtube and it was liked by 214 viewers. Enjoy your viewing!