SQL

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

SQL

Structured Query Language: A programming language designed to manage data stored in a relational database. It operates through simple declarative statements. Keeps data accurate and secure, and helps maintain the integrity of databases, regardless of size.

2
New cards

Relational Database

Store of data organized in tables made of columns and rows, and the relationships between those tables.

3
New cards

RDBMS

Relational Database Management System:

4
New cards

Table

A collection of data organized into rows and columns. Tables are sometimes referred to as relations.

5
New cards

Column

A set of data values of a particular type.

6
New cards

Row

A single record in a table.

7
New cards

Clauses

Perform specific tasks in SQL. By convention, clauses are written in capital letters. Can also be referred to as commands.

8
New cards

Trigger

Procedural code that is automatically executed in response to certain events on a particular table or view in a database. The trigger is mostly used for maintaining the integrity of the information on the database.