FROM Clause

Summary: Part of an SQL query that specifies which table to retrieve data from. Used with SELECT: SELECT FirstName FROM Students. Tags: concepts computer-science igcse-computer-science databases Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z


Content

Part of an SQL query that specifies which table to retrieve data from. Used with SELECT: SELECT FirstName FROM Students.