wht is d/f b/w inner join and outer join ? d/f group by and order by having by ?
Answer Posted / lu
u have 2 table (a,b), u join together,u get colunms
matching it's called inner....
u have 2 tables (a,b), u select a colunm(b) doesn't exist
in a...it's called outer...
goup by using for a row...
having by using for column
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is db2 bind?
What is clone table?
What is a db2 cursor?
What is the advantage in De-normalizing tables in DB2?
can all users have the privilage to use the sql statement select * (dml)?
What is db2 connect?
What is database alias db2?
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
What are the contents of dclgen?
What action db2 takes when a program aborts in the middle of a transaction?
What kind of database is db2?
B37 abend during spufi?
Which command is used to remove all rows from a table?
What is database manager in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...