Synopsis Description Parameters Notes Examples Compatibility See Also Creates a new database. Synopsis CREATE DATABASE name [ [ WITH ] [ OWNER [=] <user_name> ] ...
Synopsis Description Parameters Notes Examples Compatibility See Also Changes the attributes of a database. Synopsis ALTER DATABASE <name> [ WITH CONNECTION LIMIT <c...
Testing a Database Add tests for the SQL app File structure Create the new database session Create the database Dependency override Test the app Testing a Database Warning...
MatrixOne database statistics The number of tables in the database Example The number of columns in the table Example The maximum and minimum values contained in all columns ...
USE Description Syntax Examples USE Description The USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements...
Create a Database Before you start What is database Create databases View databases Rules in database creation Create a Database This document describes how to create a dat...
Testing a Database Add tests for the SQL app File structure Create the new database session Create the database Dependency override Test the app Testing a Database Warning...