Posts by Marcos Faria • 3 points
2 posts
- 
		0 votes1 answer130 viewsQ: Mysql query to display records not linked to a particular companyI need to create a query on SQL. I have three tables: TABELA 1: EMPRESA emp_codigo (chave primaria) emp_nome TABELA 2: PALAVRAS_CHAVE pal_codigo (chave primaria) pal_nome TABELA 3: VINCULO… 
- 
		0 votes3 answers80 viewsA: Doubt about instructions that can be implemented in HibernateHQL is the mechanism in Hibernate for defining SQL-type statements. However, I do not think it is correct to say that SQL can be read by Hibernate but HQL.