Create and Drop view in MySQL
Kindly explain the view concept..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Puneet KankarPosted Nov 16, 2019, 10:07 AM
geetha geethaPosted Nov 20, 2021, 11:49 AM
SELECT empid, empname
FROM emp
WHERE empid>5;
select * from emp_view
satheesh dPosted Nov 15, 2021, 10:17 AM
Sagar LadPosted Aug 26, 2021, 7:27 PM
Rajanikant HawaldarPosted Nov 16, 2019, 5:07 AM