Take returns the first specified number of elements.
Example
Linq to SQL equivalent to TOP
var query = from q in dc.Queries.OrderBy(f => f.name).Take(10)
DBMS_SCHEDULER
package provides a collection of scheduling functions and procedures.CREATE_JOB
procedure creates a single job. You can create multiple jobs using the CREATE_JOBS
procedure.