MySQL Forums
Forum List  »  Newbie

SQL database not updating when Query is modified
Posted by: Syed Huq
Date: February 05, 2023 11:53AM

I am a newbie and learning SQL.
I created a simple 3 row 2 column database with CREATE TABLE...commands.
I used SELECT * FROM name_of_database and everything works as it should.

Then if I add more rows and columns to the same database and try to re-do the SELECT command, the results do not show the new added entries. It keeps giving an Error that database already exists.

Why doesn't the database update itself when new entries are added ?

Syed

Options: ReplyQuote


Subject
Written By
Posted
SQL database not updating when Query is modified
February 05, 2023 11:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.