Structured Query Language (SQL) Flashcards
Language used for interacting with RDBMS (9 cards)
Fundamental SQL Functionality for RDBMS,
CRUD data, Create/Manage databases, Design/Create DB Tables, Perform admin tasks (security, user management, import/export, backup)
SQL, a universal language?
SQL implementation my vary between RDBMS.
SQL, a Hybrid Language
Data Query Language (DQL), Data Definition Language (DDL), Data Control Language (DCL), Data Manipulation Language (DML)
DQL
Data Query Language. Get data that’s already stored
DDL
Data Definition Language. Define the schema of a DB and its data
DCL
Data Control Language. Create permissions which control a user’s access to the data
DML
Data Manipulation Language. Insert, update, and delete data
Query
Set of instructions, tells the RDBMS what information to retrieve. Strategic parsing from the data within a table(s)
mySQL login
mysql -u root -p