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 emps who joined before 1981.

Answer:

select * from emp where hiredate < (’01-jan-81’);

select * from emp where hiredate < (’01-jan-81’);

1 comment:

  1. Vijay tv not appearing I am using Airtel stb what is the problem

    ReplyDelete

Popular Posts