Content deleted Content added
No edit summary Tag: Reverted |
Mindmatrix (talk | contribs) m Reverted edit by 219.88.227.163 (talk) to last version by AnomieBOT |
||
Line 2:
{{trivia|date=October 2024}}
{{Short description|SQL statement that returns a result set of rows from one or more tables}}
The [[SQL]] '''SELECT''' statement returns a [[result set]] of rows, from one or more [[Table (database)|tables]].<ref>{{cite web |url=http://msdn2.microsoft.com/en-us/library/ms189499.aspx |title=Transact-SQL Syntax Conventions |author=Microsoft |date=23 May 2023 }}</ref><ref>{{cite web |url=http://dev.mysql.com/doc/refman/5.0/en/select.html|title=SQL SELECT Syntax |author=MySQL}}</ref>
|