Comandos SQL
ALTER, CREATE, INSERT, LOAD, SHOW, y etc...
-
Manipulación de Datos
Comandos SQL para obtener y modificar datos. Por ejemplo: SELECT, UPDATE, DELETE etc. -
Seleccionando datos
La sentencia SELECT se utiliza para recuperar datos desde las tablas, a men... -
SELECT
Sintaxis SELECT [ALL | DISTINCT | DISTINCTROW] [HIGH_PRIORITY] [STRAIGHT_JOIN] -
Comando HELP
Sintaxis HELP palabra_buscada Description El comando HELP puede ser utiliza... -
Comandos SQL Básicos
Definiendo cómo es almacenada la información. CREATE DATABASE se utiliza pa... -
CREATE DATABASE
Sintaxis CREATE [OR REPLACE] {DATABASE | SCHEMA} [IF NOT EXISTS] db_name [create_specif -
CREATE USER
Sintaxis CREATE [OR REPLACE] USER [IF NOT EXISTS] user_specification [,user_specification -
DROP USER
Sintaxis DROP USER [IF EXISTS] user [, user] ... Descripción La instrucción... -
SHOW DATABASES
Syntax SHOW {DATABASES | SCHEMAS} [LIKE 'pattern' | WHERE expr] Descrip... -
START TRANSACTION
Syntax START TRANSACTION [transaction_property [, transaction_property] ...] | BEGIN [WORK]
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.