Why do we need to create an alias if we can directly use the table name? What are the benefits of referring a table name by its alias? Also, when should we go for alias and when for synonyms?
1 4125If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
ADP,
4 10180For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
2 8428
How to connect to db2 database from windows command line?
What is sqlca’s maximum length?
How does db2 sample database connect?
What is null in db2?
What is the maximum length of sqlca?
What is a plan and package in db2?
What is bind in db2?
How can deadlocks be resolved?
How is the value function used?
What is the role of data manager in the db2 database?
What is dclgen in db2?
Explain packages.
What is lock escalation in db2?
What is check constraint. Explain with example.
How many databases are there?