What is “Structured” in Structured Query Language?

后端 未结 4 1764
执笔经年
执笔经年 2020-12-10 12:19

What does the \"Structured\" word means in SQL?

Is it because this(SQL) language statements are organized into Clauses, expressions and predicates?

Because o

4条回答
  •  醉梦人生
    2020-12-10 12:46

    from: http://wiki.answers.com/Q/Why_sql_is_called_structured_query_language

    SQL, the standard that was later developed from Codd's work, provides a means of describing data with its natural structure only - that is, without superimposing any additional structure for machine representation purposes.

提交回复
热议问题