- first Database(Database name : abc )
CREATE VIEW sample_view AS
SELECT * FROM test;
There is another database (database name : xyz) on same server so i have to call above view in another database(database name : xyz).
is it possible to call above view in xyz database ?