Week 6 Flashcards

1
Q

What is authenitcation?

A

The process the DBMS uses to verify that only registered users access the database.

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

What is the syntax for SQL table creation?

A
CREATE TABLE [INSERT TABLE NAME] (
column_name    data type    contraint,
column_name    data type    contraint,
PRIMARY KEY (column_names)
FOREIGN KEY
How well did you know this?
1
Not at all
2
3
4
5
Perfectly