12.0k views
0 votes
Create a database called "job interview", and then run the sql script named "job interview.sql" to create all the tables for the database. Hint: To run the sql script, you need to first double click the created empty database "job interview", and then go to file->open SQL script, and then select the job interview.sql to execute. Expand all table columns in the schemas view and take a screenshot.

User Adum
by
8.6k points

1 Answer

2 votes

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:

  1. Open the database management system software you are using.
  2. 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:

  1. Double-click the created empty database "job interview".
  2. Go to File and select Open SQL Script.
  3. 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.

User Kousha
by
8.1k points