8.3

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Semi-structured data

Data that does not conform to a rigid structure like traditional databases; it can have varying numbers and types of elements.

2
New cards

Unstructured data

Data stored as a continuous string of characters, not organized in a predefined data model.

3
New cards

XML

Extensible Markup Language used to define the structure of data in a flexible format.

4
New cards

Root element

The top-level element in an XML document that contains all other elements.

5
New cards

JSON

JavaScript Object Notation, a lightweight data-interchange format that is easy for humans to read and write.

6
New cards

JSON_OBJECT()

A function in MySQL that converts element names and data into a JSON document.

7
New cards

Hierarchy in XML

The hierarchical structure representation achieved by nesting elements within elements.

8
New cards

Element

A fundamental building block of XML and JSON documents, consisting of a start tag, data, and an end tag.

9
New cards

Key-value pair

A basic structure in JSON where a name (key) is associated with a value.

10
New cards

Data types in JSON

There are six types in JSON: string, number, object, array, boolean, and null.

11
New cards

JSON array

A data structure in JSON that holds an ordered collection of values.

12
New cards

MySQL JSON functions

Functions provided by MySQL to manipulate JSON data, such as JSON_EXTRACT.

13
New cards

Referential integrity

A property of data which ensures that relationships between tables remain consistent.