You need to design a table for a customer management application that will store a list of country names. The table must meet the following requirements: • Country names must be stored in English only. • The disk space used…

You administer a Microsoft SQL Server database named ContosoDb. Tables are defined as shown in the exhibit. (Click the Exhibit button.) You need to display rows from the Orders table for the Customers row having the CustomerId value set to…

You develop a Microsoft SQL Server database that contains a table named Employee, defined as follows: You need to create a view that contains two computed columns representing the month and the year of the [HireDate] of each Employee. Which…