Is the view-entity supposed to create actual views in
a database? (eg 
CREATE VIEW view_name AS
SELECT column_name(s)
FROM table_name
WHERE condition
)

Reply via email to