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) You loss one datafile and DB is running in ARCHIVELOG mode. You have full database backup of 1 week old and partial backup of this datafile which is just 1 day old. From which backup should you restore this file?
2 4481what is architecture of your datastage project??? i came across this question many times in interviews in specific what can i answer plz help me
IBM,
1 4255I Defined SP1, Sp2 (sp=StoreProcedures)In Package Specification but I Implemented Sp1, sp2, sp3, sp4, sp5 then What type of Error You will find????
3 11816If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
4 10879In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2
1 3536Do you know about aggregate functions? What is row num function? Can it be used all databases?
1 4606What is difference between Sql server and MySql database? It may be silly question but i really dont know.
2173
What are different types of clusters present?
What is the max nvarchar size?
How to create id with auto_increment on oracle?
Can two tables share the same primary key?
What is sql entity?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
Which are the third-party tools used in sql server and why would you use them?
suppose I having 6 interfaces and running the interface 3 rd one failed how to run remaining interfaces?
How to improve query performance using index hunting?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What is break?
What is a trigger word?
What is a sequence? Explain it with one example?
Is mongodb unstructured?
What can sql server reporting services do?