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
15 questions
Arduino practice 2

Quiz
•
9th - 11th Grade
10 questions
Procesador de textos

Quiz
•
10th Grade
10 questions
Challenges

Quiz
•
9th - 12th Grade
10 questions
Prueba corta PC

Quiz
•
10th Grade
11 questions
HERRAMIENTAS DE WORD 2

Quiz
•
10th Grade
10 questions
TABLAS DINAMICAS EXCEL

Quiz
•
10th Grade
14 questions
Tablas en HTML

Quiz
•
10th Grade
10 questions
Software Educativo

Quiz
•
10th 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 Instructional Technology
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