A VIEW in SQL is a virtual table that was created based on a SQL statement that was predefined. For example, lets say we had the following table: ...
-- Crie uma visão que traga o título e preço somente dos cursos de programação da Softblue; ...