About Editing Large Data and Objects | Teradata Studio/Studio Express - About Editing Large Data and Objects - Teradata Studio

Teradata® Studio™ Express User Guide

Product
Teradata Studio
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-20
dita:mapPath
wht1605890559227.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2042
lifecycle
previous
Product Category
Teradata Tools and Utilities
The Table Data Editor provides editing capabilities for large data and large object storage in a database. You can edit:
  • Binary Large Object (BLOB) – Contains raw binary data stored as a single object. BLOBs are used to store images, video clips, and word documents. See Editing BLOB Data.
  • Character Large Object (CLOB) – Contains only plain text, same as VARCHAR data type, and is used to store simple text, HTML, or XML documents. CLOBs are considered a subset of BLOBs since character data is a sequence of bytes and can be stored in BINARY fields as well as CHAR fields. See Editing CLOB Data.
  • Large Binary Data – Contains raw binary data stored as VARBYTE data type. See Editing Large Binary Data.
  • Large Text Data – Contains character data stored as VARCHAR data type. See Editing Large Text Data.
  • XML Data Type – Contains data in the Extensible Markup Language (XML) format. See Editing XML Data.