Question
Desing a database called DbEscuela Using Microsoft SQL Server Create the following tables: In the table identified as Students insert the following data:
Create the following tables:
In the table identified as Students insert the following data:
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
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 ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started