adspace




Databases Interview Questions
Questions Answers Views Company eMail

For web applications from which version of Oracle is suitable?

1 6307

What are the main diff. between oracle 7.3 and oracle 8i?

1 5790

What is mutating table?

Saama Tech,

11 67727

How to call DDL statements from pl/sql?

5 34055

How to perform a loop through all tables in pl/sql?

Evosys, MBT,

4 17431

How to maintain the history of code changes of pl/sql?

3 15463

what are Dynamic SQL statements?

9 27186

Does it possible to pass object (or) table as an argument to a remote procedure?

TCS,

1 15700

What is pl/sql and what is it used for?

4 16092

what is constraining table?

2 14554

How pl/sql source code can be protected?

3 11918

What is the result, when NULL is compared with NULL?

TCS,

22 53264

What can be a size of a pl/sql block? Is there any limit?

2 13465

what are %TYPE and %ROWTYPE? what is the difference?

ICICI, Saama Tech, Sail,

7 49462

How to set the time zone for MySQL to particular country time?

1 3307


Un-Answered Questions { Databases }

What are the types of database explain each of them briefly?

1073


Suppose database is running slow, what will you do?

2605


How can we solve concurrency problems?

1130


What is sql or structured query language?

1238


Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com

1965


What are wait types?

1263


What are different types of constraints?

1007


what is the last version,the release date of that version and fix pack of ibm db2 udb?

2059


what ASIS BUSINESS PROCESS IN ORACLE FINANCE

2369


How to put more than 1000 values into an oracle in clause?

1123


Can one drop a column from a table?

1098


What are the steps in creating a database?

1026


Which statement is used in a select query for partial matching?

1250


what is collation? : Sql dba

1242


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?

2576