dev:sql

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
dev:sql [2022/08/14 14:57] Henrik Yllemo
Line 1: Line 1:
 +<button type="primary" size="xs" icon="glyphicon glyphicon-bookmark">[[programming_lagugages| Programming Language]]</button> 
 +====== SQL ======
  
 +<data programminglanguage>
 +Full Name: Structured Query Language
 +Short Name: SQL
 +Description: Domain-specific language used in programming and designed for managing data held in a relational database management 
 +Company: ISO/IEC
 +Web: No
 +Mobile: No
 +Enterprise: Yes
 +Embedded : Yes
 +</data>
 +
 +{{wp>SQL}}
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +  * https://github.com/topics/sql
 +
 +SQL stands for structured query language. It uses commands such as "select", "insert", "update", "delete". Some common relational database management systems that use SQL are: Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.
 +</callout> 
 +
 +<jumbotron>
 +===== Hello World =====
 +
 +<sxh sql>
 +Declare @Output varchar(16)
 +Set @Output='Hello, world!'
 +Select 'Output' = @Output
 +</sxh>
 +<WRAP column right><wrap lo>Source: [[https://en.wikibooks.org/wiki/Computer_Programming/Hello_world|Wikibooks]]</wrap></WRAP>
 +</jumbotron>
 + 
 +
 +
 +See also: [[dev:programming_lagugages]]
 +
 +{{tag>programminglanguage dev-db}}
  • dev/sql.txt
  • Last modified: 2023/03/25 18:06
  • by Henrik Yllemo