Select (SQL): Difference between revisions

Content deleted Content added
Importing Wikidata short description: "SQL statement that returns a result set of records from one or more tables" (Shortdesc helper)
Line 1:
{{Short description|SQL statement that returns a result set of records from one or more tables}}
The [[SQL]] '''SELECT''' statement returns a [[result set]] of records, 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 }}</ref><ref>{{cite web |url=http://dev.mysql.com/doc/refman/5.0/en/select.html|title=SQL SELECT Syntax |author=MySQL}}</ref>