Multiple choice technology databases

Which Script creates objects owned by the user SCOOT/TIGER..?

  1. dbmobld.sql

  2. utlsampl.sql

  3. autoextend.sql

  4. whocan.sql

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Oracle databases, utlsampl.sql is the standard script that creates the SCOTT/TIGER demonstration schema and its objects (tables like EMP, DEPT). These users are sample schemas owned by the database for learning and testing purposes.