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) Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
2702Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
1 2277How To Make password Protected SQL Server 2005 Database i.e when i open SQL Server database then ask for password.
1 5630Hi, i m studying in FYBCOM,i wanted to make a career in database,but i dont know anything about database. so i want to know which database is useful and the authorised institute io database in mumbai with website and email for my better carrier. thanks,
1 3403while creating requisitions i am unable to see the list of organisation can anyone help me out ?
1 2250
Can we do dml on views?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What is clustered index
What is a concurrency problem in dbms?
Why and when do stored procedure recompile?
How to write a left outer join with the where clause in oracle?
What are the steps in creating a database?
Can delete statement be rollbacked?
what ASIS BUSINESS PROCESS IN ORACLE FINANCE
8. Sort, Lookup What kind of technique (partition) is used? 9. How can you handle exceptions in job sequencer? 10. How do you apply custom conditions an exceptions (How do you trigger exceptions in job sequence?) 11. I have a job with 3 possibilities? Finish with ok…..Abort…….Warning} How do you handle these in Job sequencer 12. How do you connect both OK and Warning can we? 13. How to find which process is running currently? 14. How do you find the disk usage in UNIX? 15. How do you combine 2 sequential files having same metadata of same file names? 16. How do you implement SCD in Ds? 17. Explain the situation where you have applied? 18. How do you apply new changes to? 19. Difference between change capture and Change apply? 20. Explain Compare Stage? 21. What is Surrogate key? 22. How to solve the problem of null values?
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?
what is the command syntax for inserting a document?
What are the two main functions of queries in databases?
What versions of clipper does netlib support?
How to remove duplicate rows from table except one?