SQL: Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
Line 10: Line 10:
* Link: https://www.microsoft.com/sql-server
* Link: https://www.microsoft.com/sql-server
* Creator/maintainer: Microsoft
* Creator/maintainer: Microsoft
* Comment: supports option 'driver' and 'schema'
* Comment: supports options 'driver' and 'schema'
 


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

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