How to load data from a text file into a table?

Answer Posted / ramesh

We can load the data to the table in 3 ways.
One is by using controle file
Second one is command Prompt And
Third one is by using apps concurrent program.
1)Load data
infile *
fields terminated by ','
insert into table table name
(
col1 datatype1
)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I create a new database in mysql?

680


What is the difference between mysql_connect and mysqli_connect?

687


What is 'mysqlimport'?

698


What is username in mysql?

675


What are the ways in which you can retrieve data in the result set of mysql using php?

683


Is mysql a programming language?

653


How to represent ENUMs and SETs internally?

900


What are the features of mysql?

751


What is definer in mysql?

730


How do I connect to a database in mysql workbench?

792


Why use stored procedures in mysql?

724


How do I kill a mysql connection?

685


How large can a mysql database become?

712


How is oracle different from mysql?

707


Where is the mysql database stored?

699