This topic contains a solution. Click here to go to the answer

Author Question: Briefly describe the function of an application program in a database system. What will be an ... (Read 45 times)

james9437

  • Hero Member
  • *****
  • Posts: 568
Briefly describe the function of an application program in a database system.
 
  What will be an ideal response?

Question 2

Given the table STUDENT(StudentID, Name, Advisor), which of the following SQL statements would be used to change the value of the Advisor field to 'Smith' for all rows in the STUDENT table?
 
  A) UPDATE STUDENT SET Advisor = 'Smith';
  B) MODIFY STUDENT SET Advisor = 'Smith';
  C) MODIFY Advisor SET STUDENT = 'Smith';
  D) UPDATE Advisor = 'Smith';
  E) SET STUDENT Advisor = 'Smith';



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by a Subject Expert

raili21

  • Sr. Member
  • ****
  • Posts: 324
Answer to Question 1

The application program is responsible for creating and processing forms. The application displays the form to the user, allows the user to complete the data entry, evaluates the form to determine which data management tasks need to be performed, and transmits the appropriate requests to the DBMS. The application creates and transmits queries. The queries are requests for data that are created in a language like SQL, and transmitted to the DBMS to have the requested data returned to the application program. The application also creates and processes reports. The query to retrieve the necessary data for the report is sent to the DBMS. When the DBMS returns the needed data, the application manipulates it as necessary to create the requested report. The application program also applies application logic to control the manipulation of data in accordance with the business rules. Finally, the application program is responsible for providing control. Control must be exercised to allow the users to make choices for functions and tasks as appropriate for their jobs. Also, control must be exercised to manage the activities of the DBMS.

Answer to Question 2

A





 

Did you know?

In 1864, the first barbiturate (barbituric acid) was synthesized.

Did you know?

Acetaminophen (Tylenol) in overdose can seriously damage the liver. It should never be taken by people who use alcohol heavily; it can result in severe liver damage and even a condition requiring a liver transplant.

Did you know?

Eat fiber! A diet high in fiber can help lower cholesterol levels by as much as 10%.

Did you know?

Lower drug doses for elderly patients should be used first, with titrations of the dose as tolerated to prevent unwanted drug-related pharmacodynamic effects.

Did you know?

Chronic marijuana use can damage the white blood cells and reduce the immune system's ability to respond to disease by as much as 40%. Without a strong immune system, the body is vulnerable to all kinds of degenerative and infectious diseases.

For a complete list of videos, visit our video library