---
title: "What are CSV tables?"  
description: "What are CSV tables?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/788/what-are-csv-tables  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# What are CSV tables?

Those are the special tables, data for which is saved into comma-separated values files. They cannot be indexed.

## Answers

### Answer by Amit Singh

**Data tables** are presented in **Comma Delimited, CSV text file format**. Although this file format allows for the data table to be easily retrieved into a variety of applications, they are best viewed within one that will allow one to easily manipulate data that is in columnar format.

### Answer by Anonymous User

Those are the special tables, data for which is saved into comma-separated values files. They cannot be indexed.


---

Original Source: https://www.mindstick.com/interview/788/what-are-csv-tables

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
