SQL
Quiz
•
Computers
•
11th Grade
•
Medium
Roberto Aja
Used 109+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
sintaxis para crear una base de datos llamada plantel
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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Social Media Basics for Educators
Quiz
•
9th Grade - Professio...
20 questions
BTEC IT Unit 1 - F - Laws
Quiz
•
10th - 12th Grade
20 questions
Computer Security Measures
Quiz
•
11th Grade - University
15 questions
Adobe Animate Ch. 9
Quiz
•
9th - 12th Grade
15 questions
Learning SQL
Quiz
•
11th - 12th Grade
15 questions
Programas Maliciosos s/pdf
Quiz
•
11th Grade
20 questions
Photoshop 2018
Quiz
•
11th - 12th Grade
18 questions
ÔN TẬP THI HK 1 - LỚP 3 - 2020
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
