Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group
2 6123I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p if we perform equijoin,outer join,right outer join,left outer join,full outer join,cross join seperately Can anyone help on this?
2 7434i declare 4 procedure in package specification but in package body i write only 3 procedure. is it complie??//w
4 17618i want insert 10 records from table a to table b. if i m using statement level trigger how many record insert ?in row level trigger how many record inserted???
3 9904Write a query to find the employees from EMP table those who have joined in Monday. (there is a column as hiredate which is a date column i.e values are like 03-DEC-81)
5 10848This 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?
TCS,
2538
Which tools are available to manage SQL Azure databases and servers?
Enlist the advantages of normalizing database.
What is the difference between microsoft excel and microsoft access?
How do I copy a table in sql?
How to define an anonymous procedure without variables?
What is a function in oracle pl sql?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Can sql function call stored procedure?
what are user defined datatypes and when you should go for them? : Sql server database administration
What happens when converting big values to integers?
What are the various benefits of using rac architecture?
Which profile required to access Models in Designer tool?
How many categories of data types?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
What is an optimization and performance tuning and how does it really work in practical projects?