SQL Flashcards
What Does SQL Stand For?
Structured Query Language
Where Do Most Companies Store Their Data?
In Databases
What is a Relational Database?
A relational database is a database that stores related information across multiple tables and allows you to query information in more than one table at the same time.
What is SQL Used For?
SQL is Used to Communicate with Databases
A Relational Database Contains One or More Objects Called……?
Tables
What is the ‘Select’ Statement Used For?
It is used to query the database and retrieve selected data that matches the criteria that you specify.
What is the ‘Create Table’ Statement Used For?
To Create a new Table
What is the ‘Insert’ Statement Used for?
The insert statement is used to insert or add a row of data into the table
What is the ‘Update’ Statement Used for?
The update statement is used to update or change records that match a specified criteria
What is the ‘Delete’ statement Used for?
The delete statement is used to delete records or rows from the table.
Who at IBM Developed SQL?
Raymond Boyce and Donald Chamberlin developed SQL at IBM in the early 1970s
What Does ANSI Stand For?
American National Standards Institute
What Does ISO Stand For?
International Organisation for Standardisation
Information is Stored in Tables and, in Turn, the tables are Stored in…….?
Databases
What Does DBMS Stand For?
Database Management System