Que significan las siglas SQL
Quiz 1 Bases de datos Facundo Navas Mantilla

Quiz
•
Computers
•
11th Grade
•
Hard
jose roman
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
structure language mysql
Simple Query Language
structure language query
structure language sqlserver
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Indique el gestor de bases de datos utilizado en clase
phpMyAdmin
MySQL Workbench
Microsoft SQL Server Management Studio (SSMS)
DBeaver
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Indique el comando para crear, mostrar y borrar una base de datos en MySQL
make database nombre_base;
list databases;
delete database nombre_base;
add database nombre_base;
display databases;
remove database nombre_base;
new database nombre_base;
view databases;
erase database nombre_base;
create database nombre_base;
show databases;
drop database nombre_base;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sentencia SQL para crear, mostrar y borrar una tabla en MySQL
create table nombre_tabla;
show tables;
drop table nombre_tabla;
make table nombre_tabla;
display tables;
remove table nombre_tabla
create tables nombre_tabla;
show table;
delete table nombre_tabla;
set tabla nombre_tabla;
show all tables;
erase table nombre_tabla;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sentencia SQL para borrar una tabla si existe.
delete table if exist nombre_tabla;
drop table if exists nombre_tabla;
drop table if exist nombre_tabla;
delete table if exists nombre_tabla;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sentencia SQL para crear una tabla usuarios con los campos , codigo,nombre,telefono, donde el campo nombre tenga propiedad PK y auto_increment
CREATE TABLE usuarios (
codigo INT,
nombre VARCHAR(50) AUTO_INCREMENT PRIMARY KEY,
telefono VARCHAR(20)
);
CREATE TABLE usuarios (
codigo INT,
nombre TEXT AUTO_INCREMENT,
telefono VARCHAR(20),
PRIMARY KEY (nombre)
);
CREATE TABLE usuarios (
codigo INT AUTO_INCREMENT,
nombre VARCHAR(50),
telefono VARCHAR(20),
PRIMARY KEY (codigo)
);
CREATE TABLE usuarios (
codigo INT,
nombre VARCHAR(50),
telefono VARCHAR(20),
PRIMARY KEY (nombre AUTO_INCREMENT)
);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sentencia SQL para consultar todos los registros de una tabla.
FETCH * FROM nombre_tabla;
SELECT * FROM nombre_tabla;
SELECT ALL FROM nombre_tabla;
GET * FROM nombre_tabla;
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
SQL Server Quiz

Quiz
•
11th Grade
10 questions
L3 BTEC Unit 2 - SQL

Quiz
•
11th - 12th Grade
11 questions
Fundamentos en Base de Datos

Quiz
•
11th Grade
10 questions
Evaluacion Analisis y Diseño II

Quiz
•
11th Grade
15 questions
CONSTRUYE BASES DE DATOS PARA APLICACIONES WEB Y DESARROLLA APLI

Quiz
•
5th Grade - Professio...
10 questions
Prueba_ENERO2022_5to APLICACIONES

Quiz
•
11th Grade
11 questions
@tbinh1768/TIN ĐS HK1

Quiz
•
11th Grade - University
12 questions
Câu hỏi về SQL

Quiz
•
11th Grade - University
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