Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "SQL"

From NetSec
Jump to: navigation, search
(SQL Implementations)
Line 1: Line 1:
 
=Definition=
 
=Definition=
 
<b>S</b><i>tructured</i> <b>Q</b><i>uery</i> <b>L</b><i>anguage </i>
 
<b>S</b><i>tructured</i> <b>Q</b><i>uery</i> <b>L</b><i>anguage </i>
is a databasing language used to interface [[database|databases]] with [[compiled languages|compiled]] and [[interpreted languages]].
+
is a databasing language used to interface [[database|databases]] with most [[compiled languages|compiled]] and [[interpreted languages]].
  
==SQL Implementations==
+
=SQL Implementations=
 
*[[MySQL]]
 
*[[MySQL]]
 
*[http://www.postgresql.org/ PostgreSQL]
 
*[http://www.postgresql.org/ PostgreSQL]
Line 9: Line 9:
 
*[http://www.oracle.com/us/products/database/index.html Oracle]
 
*[http://www.oracle.com/us/products/database/index.html Oracle]
  
=Related Pages=
+
=Related Content=
*[http://www.blackhatacademy.org/security101/index.php?title=Category:Patching Patching]
+
 
*[[SQL injection]]
 
*[[SQL injection]]
*[[INFORMATION_SCHEMA Mapping]]
+
*[[SQL Backdoors]]
 +
*[[SQL Orientation]]
  
 
[[Category:Information]][[Category:Programming Languages]]
 
[[Category:Information]][[Category:Programming Languages]]

Revision as of 21:07, 26 February 2012

Definition

Structured Query Language is a databasing language used to interface databases with most compiled and interpreted languages.

SQL Implementations

Related Content