Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose the database given by the diagram below has been implemented in Django. Using the interactive shell, provide the commands to: 1) Create a user
Suppose the database given by the diagram below has been implemented in Django. Using the interactive shell, provide the commands to: 1) Create a user whose name is "Jonathan Kempe", email address is jonathanumass.edu and phone number is "(612) 734-1232" 2) Retrieve the name and phone number of the user whose email address is smdiaye@gmail.com 3) Update the phone number for a user whose name is "Carl Maxwell" to "(480) 722-0976" 4) Delete the user whose email address is "smdiaye@gmail.com" phone email mag dato User sends Message esp date Nor resp by Response response Suppose the database given by the diagram below has been implemented in Django. Using the interactive shell, provide the commands to: 1) Create a user whose name is "Jonathan Kempe", email address is jonathanumass.edu and phone number is "(612) 734-1232" 2) Retrieve the name and phone number of the user whose email address is smdiaye@gmail.com 3) Update the phone number for a user whose name is "Carl Maxwell" to "(480) 722-0976" 4) Delete the user whose email address is "smdiaye@gmail.com" phone email mag dato User sends Message esp date Nor resp by Response response
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started