Shared Flashcard Set

Details

SQLS DATABASE
ACTIVE RECALL SQLS INFO
9
Computer Science
Not Applicable
11/13/2022

Additional Computer Science Flashcards

 


 

Cards

Term
RDBMS, what are they?
Definition
RDBMS, are relational database management systems, a database that stores structured data and there is a relation between the data.
Term
ERD?
Definition
Entity Relationship Diagram, relationship schema document.
Term
Four Main Subsets of the SQL language?
Definition
DATA CONTROL LANGUAGE
DATA DEFINITION LANGUAGE
DATA MANIPULATION LANGUAGE
TRANSACTION CONTROL LANGUAGE
Term
DCL?
Definition
Data control language, control the privileges of users in the database.
Term
DDL?
Definition
Data definition language, used to define data structures such as to create, alter, or drop tables.
Term
DML?
Definition
Data manipulation language, used to retrieve and manipulate data, one command; select, is a read-only command.
Term
TCL?
Definition
Transaction control language, a set of commands that perform a specific task on objects for a single line of execution. Deals with the transactions in databases.
Term
DML COMMANDS
Definition
SELECT, INSERT, UPDATE AND DELETE.
Term
LIKE WILDCARD SYNTAX
Definition
'a%' - Characters that start with a
'%a' - Characters that end with a
'%or%' - Characters that have the word "or"
'%h_t%' = Words that have h and t but will replace the middle character with whatever word.
Supporting users have an ad free experience!