How the database views are created?

1 answer

Answer

1063260

2026-03-19 03:00

+ Follow

View is a virtual table with no data of its own, but can be operated like any other table. It is like a window through which you can view data of another table, which is called the base table. syntax: CREATE VIEW table_name as SELECT statement ;

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.