Looks like I missed something important last class
This section is for the info I find in myCourses about last class
NOT NULL
CHECK
Age int CHECK >= 18
(I think)CONSTRAINT table_chk CHECK (Age>=18)
DEFAULT
Name varchar(255) DEFAULT 'Greg',
NOT NULL
UNIQUE
_
matches any single char%
matches 0 or more charsWHERE thing LIKE '%.exe'
matches exe filesWHERE attribute BETWEEN low AND high
WHERE attribute = value OR attribute = otherValue
SELECT