
|
| physics chemistry maths science forums |
|
|
|
| |
|
|
| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 29 Mar 2008 22:24:15 IST
|
|
|
what's the difference b/w HAVING and WHERE clause?? give eg. too.
what is the header file of eof() ??
write the SQL command for : [delhi 2000 question]
to display a report , showing coach name, bonus(15%of pay) for all coaches.
|
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 29 Mar 2008 22:36:27 IST
|
|
|
HAVING REFERS TO GROUP BY CLAUSE
WHERE REFERS TO SELECT CLAUSE
SQL COMMAND:
SELECT COACHNAME,0.15*PAY FROM
|
this reply: 5 points
(with 1 
in 1 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
|
|
|
|
|
|
|