Question: Question 51 pts When accessing a web application that utilizes a database for data storage, how does the data flow to the user? A web
Question 51 pts
When accessing a web application that utilizes a database for data storage, how does the data flow to the user?
| A web application should only contain static content, so it wouldn't need to retrieve data from a database. |
| The data is stored on the HTML files in the web server which is requested by the user. |
| The data is retrieved from the database by the web application using an ODBC / API connection. |
| The data is retrieved from the database by the web server using HTTP and TCP/IP. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
