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) Explain the difference between a hot backup and a cold backup and the benefits associated with each?
TCS,
7 21675You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
3 11639Give the two types of tables involved in producing a star schema and the type of data theyhold.
2 7646A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
2527Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvantages to each.
5 24524
What are data regions?
Does mongodb use hadoop?
What is system global area (sga) in oracle?
what kind of lan types do you know? : Sql server database administration
Does storing of data in stored procedures increase the access time? Explain?
Can we join more than 2 tables in sql?
Can we shrink data file in sql server?
What do you understand by check constraint in sql server?
How many indexes per table are allowed in postgresql?
Where is match command used in neo4j?
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
Define concurrency control. : Transact sql
What is the datatype of image?
Explain what are the advantages of views?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?