Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Databases Interview Questions
Questions Answers Views Company eMail

How many triggers can be applied on a table?

1 1005

Why schema is used in sql?

1 1105

Why commit is not used in triggers?

1 1099

What is compound trigger?

1 1116

What is difference between function and trigger?

1 1138

What version is sql?

1 1089

What is application trigger?

1 1068

What is sql basics?

1 1100

What are the 3 types of behavioral triggers?

1 1334

What are sql ddl commands?

1 1155

Which version of sql do I have?

1 1130

What is difference between procedure and trigger?

1 1029

How many types of keys are there in sql?

1 1109

How do you modify a trigger?

1 998

What is the use of desc in sql?

1 1035


Un-Answered Questions { Databases }

what is dbms? : Sql dba

1053


How many concurrent programs you have customized, can you name some of them?

17


Is primary key clustered index?

1007


Were you involved in any data conversion, which one?

27


Can we rollback truncate?

1068


what is the age limit for groups1 examination

2330


Have you created fact table and dimension tables?

696


Where can you add custom error messages to sql server?

1197


What are the two main functions of queries in databases?

1518


How do I remove duplicates in two columns?

1172


Does view occupy space?

1004


How do I find query history in sql server?

1018


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1184


Explain “row_number()” in sql server with an example?

1066


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?

2553