SQL: Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
Line 3: Line 3:
== Supported engines ==
== Supported engines ==


* MySQL https://www.mysql.com/
=== MySQL ===
* MS SQL Server https://www.microsoft.com/sql-server
* Link: https://www.mysql.com/
* Creator/maintainer: Oracle
 
=== MS SQL Server ===
* Link: https://www.microsoft.com/sql-server
* Creator/maintainer: Microsoft
* Comment: supports option 'driver' and 'schema'
 


=== Insert/add data to a database ===
=== Insert/add data to a database ===
Line 10: Line 17:


=== Select and fetch data from a database ===
=== Select and fetch data from a database ===




[[Category:Modules]]
[[Category:Modules]]
[[Category:Add-On Modules]]
[[Category:Add-On Modules]]

Revision as of 16:55, 1 December 2019

Structured Query Language (SQL) is a database language that is used in relational database management system such MySQL, SQL Server, PostgreSQL, or SQLite. Further information can be found here: https://en.wikipedia.org/wiki/SQL

Supported engines

MySQL

MS SQL Server


Insert/add data to a database

Select and fetch data from a database