Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Sql database tsql scripts Please solve just question 2 create the tables Thanks. A company X has hired you to manage its database. Choose a
Sql database tsql scripts Please solve just question 2 create the tables Thanks.
A company X has hired you to manage its database. Choose a subject and propose a database for the company X. a. Perform the following tasks under Microsoft SQL Server 2012 (If not specified, you can write TSQL scripts or show the SSMS snapshots). Database configuration 1. Create the database [Database Name) that contains the following: Two Filegroups [Filegroup 1 ] and [Filegroup 2] [Filegroup 1] is the primary filegroup. b. Two schemas called [Schema 1] and [Schema 2] c. Data files: One Data file [Data File 1] on the Primary Filegroup and two other files [Data File 2] and [Data File 3] on the [File Group 2] Filegroup with the following properties: Path: D:\[Database Name]\ Initial Size: 50MB Maximum size: Unlimited File Growth: 10% d. Log File: Path: D:\[Database Name]\[Log File Name] Initial size: 15MB Maximum size: Unlimited File Growth: 5MB Note: you should rename the [Database Name], [Filegroup 1], [Filegroup 2), [Shema 1], [Schema 2], [Data File 1] , [Data File 2] , [Data File 3] and [Log File Name). 2. Create at least four tables with all the possible constraints Table Schema Filegroup [Table 1] [Schema 1] [Filegroup 1] [Table 2] [Schema 1] [Filegroup 1] [Table 3] [Schema 2] [Filegroup 2] [Schema 2] [Table 4] [Filegroup 2] Note: you should rename the [Table 1], [Table 2], [Table 3], [Table 4], [Shema 1], [Schema 2], [Filegroup 1] and [Filegroup 2)Step by Step Solution
There are 3 Steps involved in it
Step: 1
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