-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Cristi Scutaru edited this page Oct 26, 2019
·
4 revisions
EmployeesQX is a very simple database to be used for testing in relational database systems. It is inspired from similar test databases included in Oracle, MySQL or other database systems over the years. Download SQL scripts and some ready-to-use binary database files.
- Added referential constraints for most databases (as ON DELETE/UPDATE foreign key clauses).
- Added materialized views for Oracle, PostgreSQL, SQL Anywhere, DB2 (as MQT), SQL Server (as indexed views).
- Added table and column comments/descriptions/remarks.
- Oracle
- IBM Db2
- Microsoft SQL Server
- Microsoft Azure Database
- Microsoft SQL Server CE
- Microsoft Access
- PostgreSQL
- Amazon Redshift
- MySQL
- Amazon Aurora
- MariaDB
- SAP/Sybase ASE
- SAP/Sybase SQL Anywhere
- SQLite
- Firebird
Please participate to this project with similar SQL scripts for other database systems.