Featured Post

What is the purpose of the php.ini file?

  The PHP configuration file,   php.ini , is the final and most immediate way to affect PHP's functionality. The php.ini file is read ea...

Display all the unique job groups in the descending order?

Answer:

select distinct job from emp order by job desc;

1 comment:

Popular Posts