100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada
logo-home
WGU - D427 Data Management - Applications ZyBooks Labs 7 and 8 Exam Questions And Answers $13.49   Añadir al carrito

Examen

WGU - D427 Data Management - Applications ZyBooks Labs 7 and 8 Exam Questions And Answers

 17 vistas  0 veces vendidas
  • Grado
  • Institución

WGU - D427 Data Management - Applications ZyBooks Labs 7 and 8 Exam Questions And Answers 7.1 LAB - Alter Movie table The Movie table has the following columns: ID - positive integer Title - variable-length string Genre - variable-length string RatingCode - variable-length stri...

[Mostrar más]

Vista previa 2 fuera de 15  páginas

  • 30 de mayo de 2024
  • 15
  • 2023/2024
  • Examen
  • Preguntas y respuestas
avatar-seller
WGU
-
D427
Data
Management
-
Applications
ZyBooks
Labs
7
and
8
7.1
LAB
-
Alter
Movie
table
The
Movie
table
has
the
following
columns:
ID
-
positive
integer
Title
-
variable-length
string
Genre
-
variable-length
string
RatingCode
-
variable-length
string
Year
-
integer
Write
ALTER
statements
to
make
the
following
modifications
to
the
Movie
table:
1.
Add
a
Producer
column
with
VARCHAR
data
type
(max
50
chars).
2.
Remove
the
Genre
column.
3.
Change
the
Year
column's
name
to
ReleaseYear,
and
change
the
data
type
to
SMALLINT.
ALTER
TABLE
Movie
ADD
Producer
VARCHAR(50);
ALTER
TABLE
Movie
DROP
Genre;
ALTER
TABLE
Movie
CHANGE
Year
ReleaseYear
SMALLINT;
7.2
LAB
-
Insert
rows
into
Horse
table
The
Horse
table
has
the
following
columns:
ID
-
integer,
auto
increment,
primary
key RegisteredName
-
variable-length
string
Breed
-
variable-length
string,
must
be
one
of
the
following:
Egyptian
Arab,
Holsteiner,
Quarter
Horse,
Paint,
Saddlebred
Height
-
decimal
number,
must
be
between
10.0
and
20.0
BirthDate
-
date,
must
be
on
or
after
Jan
1,
2015
Insert
the
following
data
into
the
Horse
table:
RegisteredName
Breed
Height
INSERT
INTO
Horse
(RegisteredName,
Breed,
Height,
BirthDate)
VALUES
('Babe',
'Quarter
Horse',
15.3,
'2015-02-10');
INSERT
INTO
Horse
(RegisteredName,
Breed,
Height,
BirthDate)
VALUES
('Independence',
'Holsteiner',
16.0,
'2017-03-13');
INSERT
INTO
Horse
(RegisteredName,
Breed,
Height,
BirthDate)
VALUES
('Ellie',
'Saddlebred',
15.0,
'2016-12-22');
INSERT
INTO
Horse
(Breed,
Height,
BirthDate)
VALUES
('Egyptian
Arab',
14.9,
'2019-10-12');
7.3
LAB
-
Update
rows
in
Horse
table
The
Horse
table
has
the
following
columns:
ID
-
integer,
auto
increment,
primary
key
RegisteredName
-
variable-length
string
Breed
-
variable-length
string,
must
be
one
of
the
following:
Egyptian
Arab,
Holsteiner,
Quarter
Horse,
Paint,
Saddlebred
Height
-
decimal
number,
must
be

10.0
and

20.0
BirthDate
-
date,
must
be

Jan
1,
2015
Make
the
following
updates:
1.-
Change
the
height
to
15.6
for
horse
with
ID
2.
2.-
Change
the
registered
name
to
Lady
UPDATE
Horse
SET
Height
=
15.6
WHERE
ID
=
2;
UPDATE
Horse
SET
RegisteredName
=
'Lady
Luck',
BirthDate
=
'2015-05-01'
WHERE
ID
=
4;
UPDATE
Horse

Los beneficios de comprar resúmenes en Stuvia estan en línea:

Garantiza la calidad de los comentarios

Garantiza la calidad de los comentarios

Compradores de Stuvia evaluaron más de 700.000 resúmenes. Así estas seguro que compras los mejores documentos!

Compra fácil y rápido

Compra fácil y rápido

Puedes pagar rápidamente y en una vez con iDeal, tarjeta de crédito o con tu crédito de Stuvia. Sin tener que hacerte miembro.

Enfócate en lo más importante

Enfócate en lo más importante

Tus compañeros escriben los resúmenes. Por eso tienes la seguridad que tienes un resumen actual y confiable. Así llegas a la conclusión rapidamente!

Preguntas frecuentes

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

100% de satisfacción garantizada: ¿Cómo funciona?

Nuestra garantía de satisfacción le asegura que siempre encontrará un documento de estudio a tu medida. Tu rellenas un formulario y nuestro equipo de atención al cliente se encarga del resto.

Who am I buying this summary from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Studyclock. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy this summary for $13.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

45,681 summaries were sold in the last 30 days

Founded in 2010, the go-to place to buy summaries for 14 years now

Empieza a vender
$13.49
  • (0)
  Añadir