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 does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
1 2098Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
1 1974An automatic job running via DBMS_JOB has failed. Knowing only that "it's failed", how do you approach troubleshooting this issue?
1 5384What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?
1 4613Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
1 2100Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
1 2367Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
1 2025Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
1 2055
If any stored procedure is encrypted, then can we see its definition in activity monitor?
Can we do dml on views?
what is the command syntax for inserting a document?
How to export data from database and import into another?
What are the different types of subquery?
Does group by remove duplicates?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is a coalesce function?
what is schema? : Sql dba
What is subquery? Explain the properties of a subquery?
Explain system functions or built-in functions? What are different types of system functions?
Is there some bulk load or other way to import a lot of data fast?
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?
How raid can influence database performance?
Do we need to rebuild index after truncate?