- In computer programming, a delimiter is a character that identifies the beginning or the end of a character string (a contiguous sequence of characters). The delimiting character is not part of the character string. In command syntax, a space or a backslash () or a forward slash (/) is often a delimiter, depending on the rules of the command language. The program interpreting the character string knows what the delimiters are.
Delimiters can also be used to separate the data items in a database (the columns in the database table) when transporting the database to another application. For example, a comma-separated values file(CSV file) is one in which each value in the cells of a table row is delimited by and separated from the next value by a comma. The beginning of a row is indicated by a new line character.
| LAST UPDATED: |
02 Apr 2005
|
 |
Read more about delimiter:
|


 |
Do you have something to add to this definition? Let us know.
Send your comments to techterms@whatis.com
|

');
// -->
 |
 |
|  |
RELATED CONTENT
 |
How to create a database link in Oracle
Part of our "How do I do that in Oracle?" series, this tip explains in detail how to create a database link as well as how to troubleshoot db link...
|
 |
Most clicked stories of 2007
Our top five most popular learning guides, news stories, tips, blog posts, and expert responses of 2007.
|
 |
How do I do that in Oracle?
This series is a collection of tips that explain in detail how to perform specific tasks in Oracle related to database administration.
|
|

|