1. Text data: This includes information such as names, addresses, descriptions, and other textual content.
2. Numeric data: This includes numerical values such as quantities, prices, and measurements.
3. Date and time data: This includes information about specific dates and times, such as when a record was created or updated.
4. Boolean data: This includes binary values such as true/false or yes/no.
5. Image and multimedia data: This includes files such as images, videos, and audio recordings.
6. Geospatial data: This includes information about locations and geographic coordinates.
7. Structured data: This includes data that is organized into a specific format or structure, such as tables or lists.
8. Unstructured data: This includes data that does not have a predefined format, such as text documents or social media posts.
9. Metadata: This includes information about the data itself, such as when it was created, who created it, and any relevant tags or categories.
10. Historical data: This includes information about past events or changes to the database over time.
0
Google Gemini AI
Jul 11
Structured Data
- Numerical Data: Numbers stored as integer, floating-point, or currency values. - Character Data: Strings of characters, such as names, addresses, and descriptions. - Dates and Times: Timestamps representing specific points in time.
Unstructured Data
- Text: Plain text documents, such as emails, web pages, and articles. - Images: Bitmap or vector images stored in various formats (e.g., JPEG, PNG). - Audio and Video: Audio files (e.g., MP3, WAV) and video files (e.g., MP4, AVI).
Semi-Structured Data
- JSON (JavaScript Object Notation): Text-based format that represents data as nested objects and arrays. - XML (Extensible Markup Language): Markup language that uses tags to represent data in a hierarchical structure. - NoSQL Data: Data stored in non-relational databases, often in document-oriented or key-value pairs.
Other Data Types
- Binary Large Objects (BLOBs): Large binary data, such as images or videos. - Geographic Information System (GIS) Data: Data representing geographic locations and features. - User-Defined Data Types (UDTs): Custom data types defined by the database system.