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 is table level locking in mysql?

483


Which is faster mysql or mongodb?

485


What is prepare statement in mysql?

515


How to list or view all databases from the mysql server.

541


What is a join in mysql?

495






What is mysql and why it is used?

566


How do I rename a procedure?

481


How to extract a unit value from a date and time?

497


What is delimiter $$?

502


What is the difference between mysql and pdo?

497


Can we save images in mysql database?

472


Can python connect to mysql?

486


What are the column comparisons operators?

624


If we use sum function in mysql, does it return sum of that row or for that column?

532


What is truncate in mysql?

430