How do you view all the tables created in the database?

1 answer

Answer

1284990

2026-02-26 00:20

+ Follow

View is a virtual table with no data , but can be operated like any other table. It is like a virtual table through which you can view data of another table, which is known as the base table. Syntax for creating a view- CREATE VIEW as SELECT statement ;

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.