Final answer:
To create the database and run the SQL script, follow the steps provided.
Step-by-step explanation:
To create a database called "job interview", follow these steps:
- Open the database management system software you are using.
- Find the option to create a new database and name it "job interview".
To run the SQL script named "job interview.sql" to create tables for the database, follow these steps:
- Double-click the created empty database "job interview".
- Go to File and select Open SQL Script.
- Select the "job interview.sql" file and execute it.
After executing the script, you can expand all table columns in the schemas view and take a screenshot to visualize the tables.