Está en la página 1de 1

select

MAX(edad),from cliente

select nombre,sexo from Cliente where sexo='M'


select *
from cliente
where Id_departamento='4'
select *
from Cliente
where sexo ='F' and Id_departamento='1'
select *
from Cliente,departamento
where Nombre='Memo' and Nom_departamento='Chontales

También podría gustarte