Introduction to SQL Flashcards
(113 cards)
Data
raw facts that need to be processed to become meaningful and useful
Database Management System
Software that handles storage, retrieval and updating of data
Database
Collection of related data that is organized so that it can be easily accessed, managed, and updated
Data Integrity
Assurance of the accuracy and consistency of data
Information
Data that has been processed and has meaning and context
Relational database
Data that is stored in a table with rows and columns
Column
One data item that is a field in the table
Field
The data in the column of a table
Foreign Key
A key that is used to connect two tables
Primary Key
Column or columns that uniquely identify each row in a table
Null
Field with no value
Record
Row in a database table
Relationship
Link or connection that is created between tables
Row
One record in a table
Table
Collection of data about one person, place or thing
Data redundancy
Data that is duplicated in the database
Relational Database Management System (RDMS)
Database Management System designed specifically for relational databases
Structured Query Language
Standard database management language
Query
Request for information from the database
SQL Server Management Studio (SSMS)
The integrated environment used to manage the SQL infrastructure
Relational Database Management System (RDMS)
A database management system designed specifically for relational databases
New Query button
Opens a new query window for a SQL query
Execute Button
to run the SQL query
Object Explorer
In SSMS, the window where the list of databases and other objects are located