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
Que significan las siglas SQL
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 Wayground
8 questions
Database fundamentals III

Quiz
•
11th Grade
10 questions
Quiz Basis Data

Quiz
•
11th Grade
10 questions
PRUEBA CORTA 2 - CONTENIDOS DIGITALES - U2

Quiz
•
11th Grade
10 questions
Kuis Basis Data DDL - XI RPL - UKIN

Quiz
•
11th Grade
15 questions
Sains Komputer Tingkatan 5 - 2.1.3 SQL: Membina Pangkalan..

Quiz
•
10th - 12th Grade
7 questions
2.1.3 ARAHAN SQL

Quiz
•
1st - 12th Grade
10 questions
DATABASE SQL

Quiz
•
9th - 12th Grade
10 questions
SQL Programming

Quiz
•
4th Grade - Professio...
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
20 questions
Scalars, Vectors & Graphs

Quiz
•
11th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
10 questions
Solving Equations Opener

Quiz
•
11th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade