0 votes
in Sql by

Identify the structured data from the following.

(1)Data from mySQL DB
(2)Image
(3)Excel data
(4)Data from mySQL DB and Excel
(5)Video clip

1 Answer

0 votes
by

Answer:-(4)Data from mySQL DB and Excel

Structured data is the data which conforms to a data model, has a well define structure, follows a consistent order and can be easily accessed and used by a person or a computer program.

Structured data is usually stored in well-defined schemas such as Databases. It is generally tabular with column and rows that clearly define its attributes.

SQL (Structured Query language) is often used to manage structured data stored in databases.

Characteristics of Structured Data:

  • Data conforms to a data model and has easily identifiable structure
  • Data is stored in the form of rows and columns
    Example : Database
  • Data is well organised so, Definition, Format and Meaning of data is explicitly known
  • Data resides in fixed fields within a record or file
  • Similar entities are grouped together to form relations or classes
  • Entities in the same group have same attributes
  • Easy to access and query, So data can be easily used by other programs
  • Data elements are addressable, so efficient to analyse and process

Sources of Structured Data:

  • SQL Databases
  • Spreadsheets such as Excel
  • OLTP Systems
  • Online forms
  • Sensors such as GPS or RFID tags
  • Network and Web server logs
  • Medical devices

Advantages of Structured Data:

  • Structured data have a well defined structure that helps in easy storage and access of data
  • Data can be indexed based on text string as well as attributes. This makes search operation hassle-free
  • Data mining is easy i.e knowledge can be easily extracted from data
  • Operations such as Updating and deleting is easy due to well structured form of data
  • Business Intelligence operations such as Data warehousing can be easily undertaken
  • Easily scalable in case there is an increment of data
  • Ensuring security to data is easy

Related questions

0 votes
asked Jun 7, 2023 in Azure by Robin
0 votes
asked Jun 15, 2023 in Sql by Robin
0 votes
asked Jun 15, 2023 in Sql by Robin
...