SELECT Statement

Summary: An SQL command used to retrieve (query) data from a database. SELECT specifies which fields to display. SELECT * displays all fields. Tags: concepts computer-science igcse-computer-science databases Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z


Content

An SQL command used to retrieve (query) data from a database. SELECT specifies which fields to display. SELECT * displays all fields.