You are talking about sql (full name Structured Query Language) or SQL for short. Structured Query Language is an advanced non-procedural programming language that allows users to work on high-level data structures. It does not require users to specify the storage method of data, nor does it require users to understand the specific data storage method, so different database systems with completely different underlying structures can use the same statement.
Structure means that the data is structured. For example, Mysql is divided into fields, and each field has a type. The query is based on these fields.
Unstructured means that the data is text or binary without structure. For example, full-text search is an unstructured query
Mysql is a database, not a query language.
You are talking about sql (full name Structured Query Language) or SQL for short. Structured Query Language is an advanced non-procedural programming language that allows users to work on high-level data structures. It does not require users to specify the storage method of data, nor does it require users to understand the specific data storage method, so different database systems with completely different underlying structures can use the same statement.
Structured query language means that SQL statements have a structure, which can be imagined as fill-in-the-blank questions
Query statements