Select Queries

From TRCCompSci - AQA Computer Science
Revision as of 12:12, 15 December 2016 by 000025845 (talk | contribs) (Created page with "* Used for fetching information from an SQL database. * 'Outputs' the data once successfully selected * Allows selection from multiple tables but not multiple databases. :Ind...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Used for fetching information from an SQL database.
  • 'Outputs' the data once successfully selected
  • Allows selection from multiple tables but not multiple databases.
Indented line "SELECT `data` FROM `TABLE`