Creación, supresión y modificación de tablas

Creación, supresión y modificación de tablas

Professional Development

15 Qs

quiz-placeholder

Similar activities

Mapeamento e Normalização BD

Mapeamento e Normalização BD

University - Professional Development

15 Qs

MySQL

MySQL

Professional Development

20 Qs

SQL

SQL

Professional Development

10 Qs

MySQL Webinar

MySQL Webinar

Professional Development

10 Qs

Data Type

Data Type

University - Professional Development

20 Qs

Quiz 14 Creare

Quiz 14 Creare

Professional Development

10 Qs

KUIS RHEL-DAY3

KUIS RHEL-DAY3

Professional Development

10 Qs

FinTech 07-1 SQL

FinTech 07-1 SQL

Professional Development

10 Qs

Creación, supresión y modificación de tablas

Creación, supresión y modificación de tablas

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Tere M

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Las instrucciones básicas del lenguaje de definición de datos son:

Create, modify y drop

Create, modify, drop y alter

Query, drop y alter

Create, modify y alter

Create, drop y alter

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

La eliminación de una tabla llamada Coche será con el comando:

Drop table Coche;

Rename table Coche to Vehículo;

Alter table Coche;

Alter table drop Coche;

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

La consulta de la estructura de una tabla llamada Coche se hará con el comando:

Describe Coche table;

Describe table Coche;

Show create table Coche;

Alter table Coche;

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

El lenguaje DLL no permite realizar operaciones de formateo.

Falso

Verdadero

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

La restricción en SQL que asocia un valor a un atributo en una tabla si no se le asocia ninguno es:

Null

Check

Default

Collate

Unique

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Para asociar el valor de un atributo al valor que toma en otra relación, debemos emplear:

Ckecksum

Check

Default

Foreign key

Primary key

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Si hacemos: Nombre varchar(20) default 'Fulgencio Guillermino'; El nombre de todos los socios será Fulgencio Guillermino.

Verdadero

Falso

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?