hi all

How to use sql statements with several related tables?

Code:
select TipoDocu.Tipo,CabezaDc.Numero,CabezaDc.Fecha,conmayor.codigo,Conmayor.NombreCuenta, cMovimto.Cedula,cMovimto.Debito,cMovimto.Credito
from cMovimto, tipodocu,conmayor,cedulasn
where Conmayor.Codigo='11100501' and cMovimto.Anno=2019 and cMovimto.Empresa='10'

Edgar