Penguin

Differences between version 4 and revision by previous author of SQL.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 4 Last edited on Wednesday, November 19, 2003 4:34:29 pm by AristotlePagaltzis Revert
Older page: version 2 Last edited on Thursday, August 21, 2003 11:23:51 am by StuartYeates Revert
@@ -1,9 +1,13 @@
-[Acronym] for __S__tructured __Q__uery __L__anguage ( or, by consensus here, __S__tupid __Q__uery __L__anguage)
+[Acronym] for __S__tructured __Q__uery __L__anguage or maybe __S__simple __Q__uery __L__anguage (noone is quite certain). Or , by consensus here, __S__tupid __Q__uery __L__anguage. 
  
 [SQL] is a set-centeric ProgrammingLanguage in which statements are excuted over a [Schema] of relations (tables) and return a set of results. 
  
-Someone should explain the general syntax of [SQL] here. 
+AddToMe: Someone should explain the general syntax of [SQL] here.  
+  
  SELECT ''cols'' FROM ''tables'' WHERE ''condition'' 
  UPDATE ''table'' SET ''column''=''value'' WHERE ''condition'' 
  DELETE FROM ''table'' WHERE ''condition'' 
  INSERT INTO ''table'' (''columns'') VALUES (''values'') 
+  
+----  
+CategoryProgrammingLanguages, CategorySpecialPurposeProgrammingLanguages