How to apply "Select" in Oracle-SQL to import database?

 

Purpose of bringing "birth data" especially those born in 1960-1969 from a database of Employee data 

[Employee DATA]


Purpose of bringing "birth data" especially born in 1960-1969 from a database of Employee data   [Employee DATA]

(3) Select (which column, data) or * (whole column) 

(2) From (Table)

(1) Where (Condition, like "%")



Comments