Basics Flashcards

1
Q

SQL stands for

A

Structured Query Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

sql allows us to do what

A

access and manipulate db

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

rdbms stands for

A

relational database management system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

table

A

collection of related data entries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

tables contain

A

records (rows) with data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

keywords are/aren’t case sensitive?

A

not case sensitive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

primary key

A

field/col in table that uniquely id’s table records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

primary key properties (3)

A

must contain unique value for each row, can’t contain NULL values, table has 1 primary key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly