Can sql developer connect to db2?



Can sql developer connect to db2?..

Answer / Ved Ratna Mishra

Yes, SQL Developer can connect to DB2 (IBM Db2). Similar to connecting to PostgreSQL, you need to define a new connection in SQL Developer and select 'DB2' as the database type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Explain the difference between 'between' & 'and' operators in sql

1 Answers  


Is postgresql a server?

1 Answers  


What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?

2 Answers   JDA,


I need a exceptoin in pl/sql block so that if any errors occur in the block then no exception should errors should raise?

1 Answers  


What is the non-clustered index in sql?

1 Answers  


What is the size of partition table?

1 Answers  


what is a relationship and what are they? : Sql dba

1 Answers  


What is AUTH_ID and AUTH_USER in pl/sql ?

1 Answers   INDUS,


Is it possible to update views?

1 Answers  


i have a word ***********hello********world******. I require a o/p **********hello world**********, Need to delete the middle stars.

3 Answers  


what are Dynamic SQL statements?

9 Answers  


How write primary and foreign key relationship between two tables without using constraints? u can use any of procedure/function/trigger and any sql?

1 Answers   Parexel,


Categories