Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Desing a database called DbEscuela Using Microsoft SQL Server Create the following tables: In the table identified as Students insert the following data:

Desing a database called DbEscuela Using Microsoft SQL Server

Create the following tables:

 

image.png 

In the table identified as Students insert the following data:

 

image.png 

Change the name of the student with account number 87654321 to Edgar Rene López González. Race 60

Insert the following races in the race table

image.png 

Change the major 60 Bachelor of Psychology for Bachelor of Administration.

 

Delete the student with account number 11111111 from the Students table.

 

Show all items in the student table sorted by student name

 

Show all items in the Careers table, sorted by name.

 

Show the data of Students with their respective degree ordered by name of the degree

Alumnos Texto(10) NoCla Nombre Texto(80) CveCar Numerico Carreras Clave Nombre Numrico Texto(360)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Heres a SQL script that creates the DbEscuela database defines the necessary tables inserts data and ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Systems Analysis And Design

Authors: Joseph Valacich, Joey George

8th Edition

0134204921, 978-0134204925

More Books

Students also viewed these Databases questions

Question

What is the conventional wisdom about implementation success?

Answered: 1 week ago