Lets say I have created a view and I have forgotten the name i used for that particular view but I urgently need to update the query for the view. Is there a way to see all the views I have created so far? so as to help me identify the view that needs to be updated. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Lets say I have created a view and I have forgotten the name i used for that particular view but I urgently need to update the query for the view. Is there a way to see all the views I have created so far? so as to help me identify the view that needs to be updated.

8th Jan 2016, 1:50 AM
Nana Qhuacy
2 Answers
+ 2
It depends on the database you are using (the software). For example, in SQL Server 2005 you'd use: SELECT * FROM sys.views
23rd Jun 2016, 3:46 AM
Adam Dąbrowski
Adam Dąbrowski - avatar
0
I'm not sure what your using for running sql but usually in the sql ide you should see a list of all the tables in your product . well at least for all 2013
21st Nov 2016, 8:30 PM
Christopher Griffin
Christopher Griffin - avatar