Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

database SQL

Status
Not open for further replies.

axel23

Technical User
Mar 31, 2002
2
AU
hi dear

Could you please help me out. how to populate data in to data base.
 
You insert data into the database. In ANSI SQL you write query statements like the follwoing.

Insert MyTable (col1, col2, col3, ..., colN)
Values (val1, val2, val3, ..., valN)

However there are many ways to get data into a database depending on the database you use. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top