Coding:
Coding:. SQL S tructured Q uery L anguage. SQL. Select command. Employee:. SELECT ID,ENAME, BDATE,SALARY,DNO FROM Employee;. Query result. The Where condition. Employee:. SELECT ID,ENAME, BDATE,SALARY,DNO FROM Employee WHERE Salary >=1000;. Query result. SELECT Statement.
360 views • 19 slides