I'm learning a lot about the Views in Drupal, but can't figure how to add new View types to the list (node, comment, user, etc).
The Query I'm trying to recreate in a View is something like "SELECT * from Quizz", which is a custom table, and I have already created a new content type named "Quizz" but I would like to be able to use it in the View module.
Thanks for your help!!