1.)Create a small database to include customer numbers, customer names, and customer areas. Place eight records in the database. For the customer area field, use the designations of N for North, S for South, and so on.The type of database (SQL Server or Access) will be determined by your instructor.Write a C# program to display only the names of all customers.
2.)Using the database created, write a C# program that retrieves records from the customer table and displays the values in the text boxes with appropriate labels. Format the the controls so that they are professionally asthetically appealing. Allow the user to select an entry from the data grid. Display the corresponding customer area for the one seleted. It should be displayed on a different control on the windows application, such as a label or text box