1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Attribute Constraints
Rules applied to attributes in a database to ensure data integrity and validity, including data types, uniqueness, and required values.
CAST
A function that converts a value from one data type to another within a database or programming language.
CONVERT
A function used to change a value from one data type to another, similar to CAST, often used in SQL queries.
SELECT
A SQL command used to retrieve data from a database, allowing specification of columns, tables, and conditions to filter results.