sintaxis para crear una base de datos llamada plantel
SQL

Quiz
•
Computers
•
11th Grade
•
Medium
Roberto Aja
Used 108+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
create table Plantel;
create Plantel;
create database Plantel;
select database plantel;
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
sintaxis para activar la base de datos plantel
activate plantel;
drop plantel;
use plantel;
insert plantel;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
sintaxis para crear tabla llamada alumnos con parametros nombre, apellido, correo
reate table alumnos (
Nombre int(50),
apellido varchar(50),
correo varchar(50)
);
reate table estudiante (
Nombre int(50),
apellido varchar(50),
correo varchar(50)
);
create table alumnos (
Nombre varchar(50),
apellido varchar(50),
correo varchar(50)
);
create table alumnos (
Nombre varchar(50),
apellido varchar(50),
correo float(50)
);
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
sintaxis para visualizar tabla llamada alumnos
use alumnos;
insert into * from alumnos;
select * from alumnos;
delete * from alumnos;
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
agregar registro en una tabla de nombre alumno con los parametros nombre, apellido, coreo elctronico
drop table alumno values ("Jose", "perez", "jose@hotmail.com");
insert table alumno values ("Jose", "perez", "jose@hotmail.com");
insert into alumno values ("Jose", "perez", "jose@hotmail.com");
duse table alumno values ("Jose", "perez", "jose@hotmail.com");
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
palabra reservada para que incremente el registro de manera automatica
increment-tablet
auto_increment
increment-auto
incrementa
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
cual es la palabra reservada para declarar la llave primaria
key primary( )
llave primaria( )
kys primaris( )
primary key( )
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
PTS Basis Data 2024/2025

Quiz
•
11th Grade
18 questions
Introducción y Concepto Lenguaje de Programación y Base de Datos

Quiz
•
11th Grade
20 questions
Database Server

Quiz
•
11th Grade
20 questions
PEMBOLEHUBAH,PEMALAR DAN JENIS DATA

Quiz
•
7th - 12th Grade
16 questions
Introduction to DBMS

Quiz
•
11th - 12th Grade
15 questions
Consultas SQL básicas

Quiz
•
11th Grade
20 questions
PTS BasisData XI (Maret2020)

Quiz
•
11th Grade
15 questions
Introduction to MySQL

Quiz
•
11th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University