A
Akshay Guleria
Guest
Agree with Julian and Peter both. But lets also consider the way table is named (if you're interested
). In your example the name of table is employee (singular form). It would be better to name it as `employees` if you think from the point of view that the table is supposed to store records of many employees (not employee). So reading queries also makes sense with this convention. Like FOR EACH employees NO-LOCK WHERE employees.id github.com/.../oestandards
Continue reading...
Continue reading...