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

What is rds instance?

1 869

What is the schema of a table?

1 963

What is difference between drop and delete?

1 1008

What is foreign key violation?

1 922

Where is pgadmin installed?

1 844

Does unique index improve performance?

1 879

Is primary key indexed by default?

1 851

How long does it take to create an index on a large table?

1 812

How do you delete data on pgadmin?

1 892

Where is pg_hba conf file?

1 823

What is performance_schema?

1 883

What is a dead tuple?

1 861

What is pg_catalog?

1 786

Which command is used to modify the rows?

1 916

How do I view blob data?

1 926


Un-Answered Questions { Databases }

Can we rollback truncate?

1070


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1122


What are the steps in creating a database?

1002


How raid can influence database performance?

1104


How efficient you are in oracle and SQL server?

1249


Plz send me Oracle Pl/Sql [1z0-147] dumps to this mail? sivakumarr1987@gmail.com

1895


Equi join and non equi join is possible with sql server?

1121


How to write a left outer join with the where clause in oracle?

1149


What are the different types of subquery?

1226


Can you index views?

951


What is clustered index

1081


What is current version of mysql?

1064


List out the different types of locks available in sql server?

1041


Does group by remove duplicates?

1106


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