Description

The SELECT statement fetches data from a view that resides inside a project.

Syntax

Here is the syntax:

SELECT *
FROM project_name.view_name;