1 | "3 Tier" refers to the presence of a "middle tier" service between the client and the database server |
2 | Commands are send to the middle-tier first, which then sends the SQL to the database and returns results from the database to the client |
3 | Advantages are : |
4 |
|