CREATE
Articoli sulle varie istruzioni CREATE
-
Cambiamenti nelle colonne silenziosi
MariaDB modifica silenziosamente le specifiche delle colonne in certe situazioni: -
Colonne Virtuali
Sintassi <type> [GENERATED ALWAYS] AS ( &lt;espressione&g... -
CREATE DATABASE
Sintassi CREATE [OR REPLACE] {DATABASE | SCHEMA} [IF NOT EXISTS] nome_db [specifica_cre -
CREATE EVENT
Sintassi CREATE [OR REPLACE] [DEFINER = { utente | CURRENT_USER | role | CURRENT_ROLE } -
CREATE FUNCTION
Crea una Stored Function -
CREATE INDEX
Sintassi CREATE [OR REPLACE] [ONLINE|OFFLINE] [UNIQUE|FULLTEXT|SPATIAL] INDEX [IF NOT EXI -
CREATE PROCEDURE
Crea una Stored Procedure -
CREATE TABLE
Sintassi CREATE [OR REPLACE] [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name (create_defini -
CREATE TRIGGER
Sintassi CREATE [OR REPLACE] [DEFINER = { utente | CURRENT_USER | role | CURRENT_ROLE } -
CREATE VIEW
Crea o sostituisce una vista
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.