onde esta o erro dessa query
SELECT tbproduto.NOME, itens_notas_fiscais.CODIGO_DO_PRODUTO, itens_notas_fiscais.QUANTIDADE, notas_fiscais.MATRICULA, tabela_de_vendedores.NOME FROM tbproduto INNER JOIN itens_notas_fiscais ON tbproduto.CODIGO_DO_PRODUTO = itens_notas_fiscais.CODIGO_DO_PRODUTO inner join notas_fiscais on notas_fiscais.matricula=tabela_de_vendedores.matricula;