LOS TIPOS DE DATOS QUE PUEDO USAR EN MYSQL SON:
MYSQL

Quiz
•
Instructional Technology
•
10th Grade
•
Hard
María Rojas Andrade
Used 37+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Date
Integer
Varchar
int
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Cual es la opcióncorrecta para incluir un campo en una tabla ya creada?
alter table estudiantes add Edad int;
alter table estudiantes modify Edad int;
alter table estudiantes change Edad int;
alter table estudiantes drop Edad int;
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Cuáles son las opciones correctas para insertar registros en una tabla?
insert into Estudiantes (Cod int primary key, Nombre varchar(20) values ('José');
insert into Estudiantes (Cod, Nombre) values (1, 'José');
insert into Estudiantes (Cod, Nombre, Apellido) values ('José');
insert into Estudiantes (Cod, Nombre) values (1, 'José'), (2, 'José');
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Cómo puedo visualizar la estructura de una tabla?
select * from Estudiantes;
describe Estudiantes;
insert into Estudiantes;
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Cuál es la opción correcta para visualizar las bases de datos existentes?
show tables;
show database;
show databases;
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Tomando como referencia la tabla HABITAD indica cuál es la línea de instrucción correcta para su creación?
create table HABITAD (CODHAB int primary key, CODESP int, LUGAR varchar(20),FOREIGN KEY(CODESP) REFERENCES HABITAD(CODESP));
create table HABITAD (CODHAB int primary key,
CODESP int, LUGAR varchar(20),FOREIGN KEY(CODESP) REFERENCES ESPECIES(CODESP));
create table HABITAD (CODHAB,
CODESP int, LUGAR varchar(20),FOREIGN KEY(CODESP) REFERENCES ESPECIES(CODESP));
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Cuál es la línea de instrucción correcta para eliminar un campo en una tabla ya creada, suponiendo que de la tabla estudiantes voy a eliminar el campo EDAD?
alter table estudiantes drop EDAD;
alter table estudiantes delete EDAD;
alter table drop EDAD;
alter table estudiantes dropp EDAD;
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Sistemático Excel 11mo

Quiz
•
10th Grade
15 questions
Random, Parse and String Review

Quiz
•
10th Grade
10 questions
REPASO DE EXAMEN-TERCER GRADO

Quiz
•
1st Grade - University
10 questions
TABLAS DINAMICAS EXCEL

Quiz
•
10th Grade
10 questions
Software Educativo

Quiz
•
10th Grade
15 questions
More Data Types in Python

Quiz
•
9th - 12th Grade
15 questions
Arduino practice 2

Quiz
•
9th - 11th Grade
10 questions
Condicionales en Excel

Quiz
•
10th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Instructional Technology
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade