Can somebody tell me what's the main difference between create view and create force view
and does the foloowing command works :

CREATE FORCE VIEW last_first_vu
AS SELECT name ll', 'll job "Employee & Position", department_id "Department"
FROM employee
ORDER BY name
GROUP BY department_id;



Thanks a bunch