Select Queries

From TRCCompSci - AQA Computer Science
Revision as of 12:16, 15 December 2016 by 000025845 (talk | contribs)
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.
        SELECT `data` FROM `TABLE`;