hello everyone if I want to get the
first five record from the particular
table then how can I do that suppose I
have one table employees and I have I
want to get the first five records of
this table so how can I do that so query
simple select
install form
employees
where
row number
is less than six so this will give me
the first five records of the table