Thanks a lot . Yup I have checked the snowflake table and column names has double quotes, but when i executed the below query 

CREATE or replace VIEW vw_employee
WITH SCHEMA BINDING
AS select """employeeid""" from employee 
Now its not throwing any error but all the values have become employeeid.