--- title: Query a View sidebarTitle: Query a View --- ## Description The `SELECT` statement fetches data from a view that resides inside a project. ## Syntax Here is the syntax: ```sql SELECT * FROM project_name.view_name; ```