How will you make performance better for application including
front end and back
Answer Posted / kexcaliber
Build most of the services for the application in the backend so that this reduces the data transactions and computation is much faster also write service that are service specific i.e Data Encapsulation
Implement OOPS based concepts
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What packages are available to pl/sql developers?
Does a join table need a primary key?
What is an exception in PL/SQL? What are the two types of exceptions?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is the basic structure of an sql?
What is flag in sql?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is oracle pl sql developer?
When is the update_statistics command used?
Does execute immediate commit?
Why is a trigger used?
What are joins in sql?
What is database migration?
What is the difference between the conventional and direct path loads? : aql loader
How can we implement rollback or commit statement in a trigger?