Explore

SQL Flashcards
OCR GCSE J277 Computer Science specification
Ready to master these flashcards?
Sign in to study with spaced repetition and track your progress.
Sign In to Track ProgressTerms in this set (10)
SQL
Structured Query Language used to manage and query data in databases.
SELECT
SQL command used to retrieve specific data from a database.
FROM
SQL keyword used to specify the table from which data is retrieved.
WHERE
SQL clause used to filter records based on specific conditions.
* in SQL
Wildcard used to select all columns in a table.
AND in SQL
Logical operator used in the WHERE clause to combine multiple conditions.
OR in SQL
Logical operator used in the WHERE clause to specify alternative conditions.
NOT in SQL
Logical operator used in the WHERE clause to exclude records that meet a condition.
Purpose of SQL
To query, manipulate, and manage data stored in relational databases.
SQL example: SELECT * FROM table_name
Retrieves all columns from the specified table.

Want to Learn More?
Get personalised lessons, quizzes, and instant feedback from your AI tutor.
Start Learning