How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
3 6859If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
2 5161
How to view db2 table structure?
What is the physical storage length of the data types date, time, and timestamp?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is the difference between drop table and delete table?
What is db2?
What is null indicator in db2?
What are the prerogatives?
Explain package in db2 and its advantages?
Describe major components of db2?
What is the use of db2 optimizer?
What is blu acceleration in db2?
What are the different types of base tables?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
How is deadlock resolved?
What do you mean by between and in? Is between inclusive of specified range values?