INTRODUCTION TO SQL

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

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.

25 Terms

1
New cards

What does SQL stand for?

Structured Query Language

2
New cards

What is the primary goal of SQL?

To manage and manipulate relational databases

3
New cards

What is a collection of organized data stored electronically called?

Database

4
New cards

What is the smallest unit of data in a table representing a single attribute?

Field (Column)

5
New cards

What is a set of related fields representing one entity?

Record (Row)

6
New cards

What software stores, accesses, and manipulates data?

Database Management System (DBMS)

7
New cards

What type of database organizes data into tables with rows and columns?

Relational Database (RDBMS)

8
New cards

What program allows users to create, update, and manage relational databases?

Relational Database Management System (RDBMS)

9
New cards

Which SQL command is used to retrieve data?

SELECT

10
New cards

Which SQL command adds new data to a table?

INSERT

11
New cards

Which SQL command modifies existing data in a table?

UPDATE

12
New cards

Which SQL command deletes data from a table?

DELETE

13
New cards

Which SQL command creates a new table or database?

CREATE

14
New cards

Which SQL component defines and manages database structures?

Data Definition Language (DDL)

15
New cards

Which SQL component manipulates existing data?

Data Manipulation Language (DML)

16
New cards

Which SQL component controls access and permissions?

Data Control Language (DCL)

17
New cards

Which SQL component manages database transactions?

Transaction Control Language (TCL)

18
New cards

Which SQL component retrieves and organizes data?

Data Query Language (DQL)

19
New cards

What SQL operation combines data from multiple tables?

JOIN

20
New cards

What ensures that data is accurate, consistent, and follows rules?

Data Integrity

21
New cards

What uniquely identifies each record in a table?

Primary Key

22
New cards

What links two tables by referencing a shared column?

Foreign Key

23
New cards

What software ensures data consistency, backup, and security?

Database Management System (DBMS)

24
New cards

What is SQL’s main role in business applications?

Data retrieval and management

25
New cards

What is the key advantage of SQL in data handling?

Efficient, accurate, and secure management of information