MySQL Programming Question:

Download Job Interview Questions and Answers PDF

What Is CSV?

MySQL Programming Interview Question
MySQL Programming Interview Question

Answer:

CSV (Comma Separated Values) is a file format used to store database table contents, where one table row is stored as one line in the file, and each data field is separated with comma.

Download MySQL Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What Is BDB (BerkeleyDB)?What Is Transaction?