BDZEGIP10-1

BDZEGIP10-1

Professional Development

8 Qs

quiz-placeholder

Similar activities

6to. Primaria

6to. Primaria

Professional Development

10 Qs

Intersemestral BD II

Intersemestral BD II

Professional Development

10 Qs

Base de datos relacionales

Base de datos relacionales

Professional Development

8 Qs

Excel Basico

Excel Basico

Professional Development

12 Qs

Quiz CCNA2 - M1&2

Quiz CCNA2 - M1&2

University - Professional Development

8 Qs

TABLAS DINAMICAS

TABLAS DINAMICAS

Professional Development

10 Qs

Protocolo FTP

Protocolo FTP

Professional Development

10 Qs

Configurando Tablas #2

Configurando Tablas #2

Professional Development

8 Qs

BDZEGIP10-1

BDZEGIP10-1

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Marbin Polo

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué comando se utiliza para agregar una nueva columna a una tabla de base de datos?

alter table nameTable alter

alter table nameTabledrop

alter table nameTable add

alter table nameTable modify

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de las siguientes opciones se utiliza para crear una base de datos?

create views

create database

create index

create table

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué comando se utiliza para eliminar datos de una tabla?

insert into

select from

delete from

drop table

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuándo se utiliza el comando "insert into"?

Cuando queremos ingresar datos a una tabla

Cuando queremos eliminar datos de una tabla

Cuando queremos seleccionar datos de una tabla

Cuando queremos borrar una tabla

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué comando se utiliza para seleccionar datos de una tabla?

insert into

select from

delete from

drop table

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué comando se utiliza para borrar una tabla?

insert into

select from

delete from

drop table

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Para indicar que se cree una llave primaria usamos

indice key

primary key

foreign key

constraint

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Para establecer la relación a una tabla usamos

indice key

primary key

foreign key

unique key