Write the t-sql statement that would create a table named


Question 1: Write single, syntactically correct, T-SQL statements for each of the following:
a. Delete a database named "ac"
b. Create a database named "s orb.
c. Make a database named lapitinfs," the currently active database

Question 2: Write the T-SQL statement that would create a table named "Team". The table should contain 3 attributes - TeamID TeamName and Established. Give these attributes appropriate data types and assign a Primary Key.
Established refers to the date that the team was established.

Question 3: Write the T-SQL statement that would display all records and all fields from a table named "Team". The data should be presented such that teams are grouped based on the Established year and within each group, the data should be presented in ascending order of the Team Name.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Write the t-sql statement that would create a table named
Reference No:- TGS02462703

Expected delivery within 24 Hours