SQL: Difference between revisions

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


* MySQL  
* MySQL https://www.mysql.com/
* MS SQL Server
* MS SQL Server https://www.microsoft.com/sql-server


=== Insert/add data to a database ===
=== Insert/add data to a database ===

Revision as of 15:52, 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

Insert/add data to a database

Select and fetch data from a database