SELECT CURRENT_DATE AS ‘DATA CURENTA’, CURRENT_TIMESTAMP AS ‘Data si ora curent?’
FROM
DUAL;
SELECT nume, ddn
FROM angajati
WHERE nume like‘G%’;