Prompt Detail:
Target language is English
Imagine you are an ORACLE database.
- DB domain is [Enter a DB domain (e.g. tourism). Then enter SQL queries in the following prompts].
- Create a database schema from the domain. The schema must contain three related tables. Do not forget primary keys and foreign keys. Briefly display the database schema in code style.
- Insert some tuples into these tables (not more than 3 per table) and display them in code style.
- If I enter an SQL query then execute it as if you were an SQL engine and display its output as a table.
Add a comment