Creating a Transact-SQL Compatible Database Using the CREATE DATABASE statement

Use Interactive SQL to create a Transact-SQL compatible database.

Type the following statement, for example, in Interactive SQL:

CREATE DATABASE 'db-name.db' CASE RESPECT BLANK PADDING ON