5
CREATE
Articles on the various CREATE statements.
-
CREATE DATABASE
Create a database. -
CREATE TABLE
Creates a new table. -
CREATE VIEW
Create or replace a view. -
CREATE CATALOG
Create a catalog. -
CREATE USER
Create new MariaDB accounts. -
CREATE TRIGGER
Create a new trigger. -
CREATE EVENT
Create and schedule a new event. -
CREATE FUNCTION
Creates a stored function. -
CREATE FUNCTION UDF
Create a user-defined function. -
CREATE INDEX
Create an index on one or more columns. -
CREATE LOGFILE GROUP
The CREATE LOGFILE GROUP statement is not supported by MariaDB. It was orig... -
CREATE PACKAGE
Create a stored package. -
CREATE PACKAGE BODY
Creates the package body for a stored package. -
CREATE PROCEDURE
Creates a stored procedure. -
CREATE ROLE
Add new roles. -
CREATE SEQUENCE
Creates a sequence that generates new values when called with NEXT VALUE FOR. -
CREATE SERVER
Define a server. -
CREATE TABLESPACE
CREATE TABLESPACE is not available in MariaDB. -
Silent Column Changes
MariaDB silently changes column specifications in certain situations. -
Generated (Virtual and Persistent/Stored) Columns
Generated (virtual and persistent/stored) columns. -
Invisible Columns
Invisible columns are hidden in certain contexts.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.