What is sqlcode -923 ?
Answer / aakash kathunia
The connection for the DB2 failed for the reason indicated
by condition,which can be any of the following:
* DB2 not up
* DB2 not operational
* DB2 shutdown in progress
* DB2 restricted access mode
* Allocation error
Is This Answer Correct ? | 6 Yes | 2 No |
WHAT IS CARDINALITIES OF JOIN?
Differentiate between delete and truncate table?
Define the following terms i. Inverted List ii. Candidate Key iii. B-Tree iv. Foreign Key
How concurrency problems effect the database?
query to Compare data of two tables between two different Databases(Oracle and SQL Server) Eg., Source Database: Oracle Table: Employee Target Database : SQL Server Table : emp
Should I store images in database?
What is a super key?
Explain phantom deadlock?
What is the advantage of varchar2 over char?
List various types of log-based recovery in DBMS.
Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY constraint and all depending constraints from the EMPLOYEE table?
Under which circumstance should you create an index on a table?