Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The rule of thumb would be, use SQL statements to model and execute business logic, not cursors/variables. While the execution is still procedural, the goal is to make all the decisions 'at once' rather than explicitly looping. Behind the scenes a similar set of steps are taken, but the dbms is free to perform the operations as it sees fit.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: