4 Write a SQL statement to show the employee number employee

4. Write a SQL statement to show the employee number, employee name, hiredate of employees where name has 2 L\'s.

Solution

Answer

Select name , hiredate

From employees

where name like \"%LL%\"

Explanation:

We have select the name and hiredate

where name has 2L

it means you apply where condition like operator to identify name has 2L

4. Write a SQL statement to show the employee number, employee name, hiredate of employees where name has 2 L\'s.SolutionAnswer Select name , hiredate From empl

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site