Drupal Views

Views creates a GUI that you can then query your database with. Drupal is essentially database-driven, so you have information in a databse that you have to get out and render on web pages.

note: Views is a module in Drupal 7. Views has been incorporated into Drupal core.

Overview