Tag: databases
Questions Related to databases
To select all the columns from a table EMP, which one of the following is TRUE?
Select ename from emp where ename =”Scott”; This select statement executes successfully.
A Literal is enclosed in double quotes.
Arithmetic expressions containing a null value evaluate to null.