
Demo database table names and owners.
GROUPO tables in iqdemo contain internal information about a fictional company that sells athletic clothing.
| Table Name | Owner |
|---|---|
| Contacts | GROUPO |
| Customers | GROUPO |
| Departments | GROUPO |
| Employees | GROUPO |
| FinancialCodes | GROUPO |
| FinancialData | GROUPO |
| Products | GROUPO |
| SalesOrderItems | GROUPO |
| SalesOrders | GROUPO |
The DBA user is the default SAP IQ user and owns these tables.
|
Table |
Description |
|---|---|
|
iq_dummy |
iq_dummy is a one-row, one-column utility table that you can use to extract information from the database. For example, running the NOW() function against iq_dummy returns the current date and time: SELECT NOW() FROM iq_dummy |
|
emp1 |
Sample employee table that includes dept_id, start_date, name, and salary columns. |
|
sale |
Sample sales table that includes prod_id, month_num, rep_id, and sales columns. |
SELECT * FROM SYSOPTIONDEFAULTS