Oracle (3259)
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 6007I 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 7326i declare 4 procedure in package specification but in package body i write only 3 procedure. is it complie??//w
4 17454i 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 9797Write 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 10681This 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,
2494
Can we perform backup restore operation on tempdb? : sql server database administration
How many types of km's? And you what are the type's km are used in your project?
What do you mean by oracle dba?
What is executive plan?
Can you tell me about the concept of ER diagrams?
What does blob mean in mysql?
What is the contrast amongst drop and truncate?
What are the topics in pl sql?
What is row level locking in access?
What is t-sql script to take database offline – take database online.
What are the different ways you can create databases in sql server?
What is data control language (dcl)?
How can you determine the space left in a file system?
How to select some rows from a table in oracle?
Compare sql & pl/sql