What is the difference between 2-Tier architecture and
3-Tier architecture

Answer Posted / srisri

is a web application 2 tier or three tier?

Is This Answer Correct ?    31 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the aggregate and scalar functions?

507


How to find the login name linked to a given user name?

519


How to use group functions in the select clause in ms sql server?

521


How do I start sql server?

521


How to transfer an existing table from one schema to another schema in ms sql server?

501






What happens when unicode strings concatenate with non-unicode strings?

538


Explain concepts of analysis services?

497


Can we use max in where clause?

500


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

2005


what data regions are and what are the different data regions?

101


What are different types of statements that are supported by sql?

580


What is the difference between function and stored procedure in sql server?

475


What is shared lock?

475


What is the difference between substr and charindex in the sql server?

496


What is self contained scalar sub query?

524