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

What are the applications required to support mysql?

706


What is procedures in mysql?

716


What are date and time functions in mysql?

809


What is procedural api?

728


What is sharding in mysql?

724


Is mariadb better than mysql?

792


Is mysql a server or database?

689


What does "i_am_a_dummy flag" do in mysql?

729


What is an index? How can an index be declared in mysql?

696


Will mysql remain free?

727


What is use of mysql?

702


How can I compare two mysql databases?

701


What is the limitation of mysql?

731


How do I create a mysql username and password?

708


What is 'mysqlshow'?

832