Week 6 Flashcards
1
Q
What is authenitcation?
A
The process the DBMS uses to verify that only registered users access the database.
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