- Create the user creatorName (creator) with the password 123456 and the right to create new tables and change the structure of the tables, e.g. add a new field to a table.
- Check these operations and indicate that this user cannot add records to the table.

1. Create a user creator and password 123456

2. Enable table view, create columns.


3. Example of insurance table creation by a user creator


4. Example of deletion of data in a car table by the user creator, showing that the user cannot use the DELETE function.