SQL: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 1: | Line 1: | ||
SQL is a language for running database queries. | |||
=SQL | =Cloud SQL= | ||
==Google Cloud== | ==Google Cloud== | ||
| Line 15: | Line 15: | ||
Microsoft SQL, MySQL, and PostgreSQL all supported. | Microsoft SQL, MySQL, and PostgreSQL all supported. | ||
=Security= | |||
{{Main|SQL Injection}} | |||
See [[SQL Injection]] for general notes on SQL injection | |||
See [[Burpsuite/SQL Injection]] for notes on performing SQL injection using burp suite | |||
See [[Sqlmap]] for a [[Kali]] tool that can perform various SQL attacks | |||
[[Category:Languages]] | [[Category:Languages]] | ||
[[Category:SQL]] | [[Category:SQL]] | ||
Revision as of 18:57, 9 March 2022
SQL is a language for running database queries.
Cloud SQL
Google Cloud
Main article: Google Cloud/MySQL
Link: https://cloud.google.com/sql-server/
Google Cloud offers SQL services that give you custom machine types running on dedicated VMs, and use Google's fast networks.
Microsoft SQL, MySQL, and PostgreSQL all supported.
Security
Main article: SQL Injection
See SQL Injection for general notes on SQL injection
See Burpsuite/SQL Injection for notes on performing SQL injection using burp suite
See Sqlmap for a Kali tool that can perform various SQL attacks