videos
folder. Make the view appear at the bottom of this page.Use the Cusotmers dictionary for this set of exercises
selectCustomerByEmail()
that takes the following parameters:
selectCustomerByEmail()
is called from the main routine it should print out the details of the customer that have been retruned, to the console.
selectCustomerByPhoneNo()
that takes the following parameters:
selectCustomerByPhoneNo()
is called from the main routine it should print out the details of the customer that have been returned, to the console.
selectCustomerByName()
that takes the following parameters:
selectCustomerByName()
is called from the main routine it should print out the details of the customer that have been returned, to the console.
Put your evidence here: