Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "SQL"
From NetSec
Line 1: | Line 1: | ||
<b>S</b>tructured <b>Q</b>uery <b>L</b>anguage | <b>S</b>tructured <b>Q</b>uery <b>L</b>anguage | ||
+ | =Definition= | ||
SQL is a databasing language used to interface [[database|databases]] with [[compiled languages|compiled]] and [[interpreted languages]]. | SQL is a databasing language used to interface [[database|databases]] with [[compiled languages|compiled]] and [[interpreted languages]]. | ||
− | Related Pages | + | ==Types of SQL== |
+ | *[[MySQL]] | ||
+ | *PostgreSQL | ||
+ | |||
+ | |||
+ | ==Related Pages== | ||
*[http://www.blackhatacademy.org/security101/index.php?title=Category:Patching Patching] | *[http://www.blackhatacademy.org/security101/index.php?title=Category:Patching Patching] | ||
*[[SQL injection]] | *[[SQL injection]] |
Revision as of 02:19, 20 October 2011
Structured Query Language
Definition
SQL is a databasing language used to interface databases with compiled and interpreted languages.
Types of SQL
- MySQL
- PostgreSQL