Computer Science, asked by kondaveetirockstar, 2 months ago

Write a query to display the current date. Label the column Date.
I
Date
08-MAR-01​

Answers

Answered by parakkalsivadasan195
1

Answer:

Write a query to display the current date. Label the column Date . SELECT sysdate "Date" FROM dual; 2. The HR department needs a report to display the employee number, last_name, salary, and salary increased by 15.5% (expressed as a whole number) for each employee.

Similar questions