Multiple choice technology

Which of the following statements is true?

  1. Form applet data comes from only one table

  2. Form applet data may come from many tables and columns

  3. Form applet data may come from many columns in a single table

  4. Form applet data comes from only one column in a table

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Form applets display data from multiple tables through joins and business component layer abstraction. They're not limited to one table or one column - they aggregate related data. Option B correctly states they access data from many tables and columns.