Get current date In sql server ,oracle and MYSQL
In sql server
Select getdate()
From table
In oracle
Select SYSDATE
In MYSQL
Select CURDATE()