Question

For this assessment, you will continue to use the SQLite3 library to perform common database tasks...

For this assessment, you will continue to use the SQLite3 library to perform common database tasks using Python. You can use Python's default editor IDLE (Integrated Development and Learning Environment) or a Python editor of your choice to complete this assessment.

Note: SQLite is included as part of the Python installation.

Your assessment will be scored on the following criteria:

  1. Create a SELECT statement that contains only FirstName, LastName, and EmailAddress from the contacts table
  2. Create an UPDATE statement that updates a contacts EmailAddress and PhoneNumber.
  3. Delete the information for the last contact added to the contacts table.
  4. Execute a SELECT statement to retrieve all the columns of data from your contacts table.
  5. Test your code and document testing by taking screenshots.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

SELECT statement that contains only FirstName, LastName, and EmailAddress from the contacts table

UPDATE statement that updates a contacts EmailAddress and PhoneNumber.

Delete the information for the last contact added to the contacts table.

SELECT statement to retrieve all the columns of data from your contacts table.

Add a comment
Know the answer?
Add Answer to:
For this assessment, you will continue to use the SQLite3 library to perform common database tasks...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • For this assessment, you will create a simple Python port scanner using Python's built-in functions. You...

    For this assessment, you will create a simple Python port scanner using Python's built-in functions. You can use Python's default editor IDLE (Integrated Development and Learning Environment) or a Python editor of your choice to complete this assessment. Write a simple port scanner program using the built-in Socket module. Test your port scanner by targeting https://www.hackthissite.org Test your code and document testing by taking screenshots. Explain the approach taken to complete this assessment and the major decisions made. Here is...

  • Chapter 2 How to use the Management Studio Before you start the exercises... Before you start...

    Chapter 2 How to use the Management Studio Before you start the exercises... Before you start these exercises, you need to install SQL Server and the SQL Server Management Studio. The procedures for doing both of these tasks are provided in appendix A of the book. In addition, you'll need to get the Exercise Starts directory from your instructor. This directory contains some script files that you need to do these exercises. Exercises In these exercises, you'll use SQL Server...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT