When I query a VIEW and display the results then delete the VIEW, will the result still show on master-detail page?
The application I'm developing involves users searching for information in the database. Each search a user makes creates a VIEW that will then be queried and the results of the query will be displayed. I want to delete the VIEW immediately afterwards so as not to have too many views created. The question now is that when I drop the VIEW from the database in mysql, will the query still show the data on my master detail page?