Problem
Create a small database to include customer data. Include the customer numbers, customer names, and customer directional location. Place at least eight records in the database. For the customer directional location 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 only display the names of all customers. Do not use the database configuration wizard for this application; write program statements.