C
cardinal
Guest
hi,
i am actually trying to create a view using the following syntax
CREATE VIEW Pa_only (name, number, st) AS
SELECT student_name, student#, state
FROM Students
WHERE state = ‘PA’;
but i am getting an error
saying syntax error in create table statement
plz help me out
i am actually trying to create a view using the following syntax
CREATE VIEW Pa_only (name, number, st) AS
SELECT student_name, student#, state
FROM Students
WHERE state = ‘PA’;
but i am getting an error
saying syntax error in create table statement
plz help me out