CREATE VIEW dadosEngenheiros AS SELECT E.nome, G.crea, G.especialidade, E.salario from empregado E, Engenheiro G where G.cpf = E.cpf;