Get name from two table whose salary greater than 15000 with department wise in sql

 SELECT Employees.name, Departments.department_name

FROM Employees

JOIN Departments ON Employees.department_id = Departments.department_id

WHERE Employees.salary > 15000;


No comments:

Post a Comment

React -1 ( react with ravenndra kanchi)

 react with tool chanis 45 to 50 sessions core  after 50 sessions -> some tooll chains == react with type script mern stackaplication in ...