Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "SQL"
From NetSec
(→Related Content) |
|||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <b>S</b>tructured <b>Q</b>uery <b>L</b>anguage | + | =Definition= |
+ | <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 most [[compiled languages|compiled]] and [[interpreted languages]]. | ||
− | SQL | + | =SQL Implementations= |
+ | *[[MySQL]] | ||
+ | *[http://www.postgresql.org/ PostgreSQL] | ||
+ | *[http://www.example.com link MSSQL] | ||
+ | *[http://www.oracle.com/us/products/database/index.html Oracle] | ||
− | Related | + | =Related Content= |
− | *[[ | + | *[[SQL Orientation]] |
+ | *[[MySQL]] | ||
+ | *[[MySQL Troubleshooting]] | ||
*[[SQL injection]] | *[[SQL injection]] | ||
− | *[[ | + | *[[SQL Backdoors]] |
− | [[Category: | + | {{programming}}{{social}} |
+ | |||
+ | [[Category:Programming Languages]][[Category:Interpreted languages]] |
Latest revision as of 21:32, 1 July 2012
Definition
Structured Query Language is a databasing language used to interface databases with most compiled and interpreted languages.