Home> Common Problem> body text

What is structured data?

coldplay.xixi
Release: 2020-10-29 15:43:36
Original
22772 people have browsed it

Structured data is a database, which is easier to understand when combined into typical scenarios, such as enterprise ERP and financial systems; medical HIS databases; education cards; government administrative approvals; other core databases, etc.

What is structured data?

Structured data, simply speaking, it is a database. It is easier to understand when combined into typical scenarios, such as enterprise ERP and financial systems; medical HIS databases; education cards; government administrative approvals; other core databases, etc.

Basically include high-speed storage application requirements, data backup requirements, data sharing requirements and data disaster recovery requirements.

Structured data, also called row data, is data logically expressed and implemented by a two-dimensional table structure. It strictly follows data format and length specifications and is mainly stored and managed through relational databases. Opposite to structured data is unstructured data that is not suitable for representation by two-dimensional database tables, including all formats of office documents, XML, HTML, various reports, pictures, audio, and video information, etc. Databases that support unstructured data use multi-valued fields, single fields, and variable-length field mechanisms to create and manage data items, and are widely used in full-text retrieval and various multimedia information processing fields.

The above is the detailed content of What is structured data?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!