CREATE TABLE problems: Insufficient privileges.
schema:scott
The user account must be set up to permit tables to be created.
Usually the database administrator must grant such permissions.
GRANT CREATE ON d_db TO scott
Users must be granted CREATE on the database.
Make sure that the mdb file is not read only. You also may need write permission on the directory containing the mdb, this is because Access needs to create and ldb file.
Users must be granted RESOURCE to create tables.
DataWars: Practice Data Science/Analysis with +100 Real Life Projects Your server today is: digitalocean-sqlzoo