• Internally, the view is stored as an unevaluated query.
  • Not as a set of rows.
  • If all_student is modified, the change is immediately visible through student.
  • Consequence: A view cannot be updated.
  • (Well, it can be updated if you work at it — to be discussed.)