Design a table for storing the names and contact information (addresses, phone numbers, email addresses) of your closest friends and family. What fields would you use?

What will be an ideal response?

Fields: firstName, lastName, streetAddress, city, state, zipCode, phone, email

Computer Science & Information Technology

You might also like to view...

You can use the Stream Reader class's ____________ to determine if the file's read position is at the end of the file.

a. End Of File property b. Stream End method c. End Of Stream property d. EOF method

Computer Science & Information Technology

What are the steps for automatically indenting code in an If…Then statement?

What will be an ideal response?

Computer Science & Information Technology