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...

List the details of the emps in asc order of the Dptnos and desc of Jobs?

Answer:

select * from emp order by deptno asc,job desc;

2 comments:

  1. Good Quality Post! Looking forward to reading your other articles, Keep it up!click here for josaa counselling 2020

    ReplyDelete
  2. but the out put is not as job desc order

    ReplyDelete

Popular Posts