SQL Module 2 Assignemt
Presented by: Singaraju Vishnu Sharma
      Email: svishnu231143@gmail.com
1. Create a customer table which comprises of these columns – ‘customer_id’, ‘first_name’, ‘last_name’, ‘email’, ‘address’,
‘city’,’state’,’zip’
                                      We have created the Customer_Table Successfully.
2. Insert 5 new records into the table
3. Select only the ‘first_name’ & ‘last_name’ columns from the customer table
4. Select those records where ‘first_name’ starts with “G” and city is ‘San Jose’