select count(*) from operaciones;
select * from operaciones order by 1 limit 3;
select count(*) from operaciones;
select * from operaciones order by 1 desc limit 3;
