Answer Posted / varun
there are one tier, two tier, three tier, four tier architecture
0NE TIER :stand alone server (all info in one server, our pc)
TWO TIER : client tier, server tier(web tier, data tier)
THREE TIER : client tier, web tier, server tier(data tier) most of companies use this.
FOUR TIER : client tier, web tier, server tier, data tier.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the scrubbing procedures in sas?
What system options would you use to help debug a macro? : sas-macro
Do you need to rearrange the order of the data for the report?
where to use sas business intelligence? : Sas-bi
What are the 3 components in sas programming?
How would you include common or reuse to be processed along with your statements?
How do dates work in sas?
What do the SAS log messages "numeric values have been converted to character" mean?
How do you use the do loop if you don’t know how many times you should execute the do loop?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what is operational data and operational system? : Sas-di
What is the maximum and minimum length of macro variable
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What are the functions used for character handling?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?