clinton lopez <[EMAIL PROTECTED]> wrote on 29/09/2004 09:54:04:

> Hi.
> 
> I'm relatively new to the database systems. I've read
> from tutorials how to create indexes in tables. How
> can I refresh the created index of a table as I insert
> entries into it (in order to reflect the added entry
> in the index)?

You don't - it all happens automatically. That is what databases are for. 
Once you have declared that there should be an index, it is the 
responsiblity of the database to ensure that the index is at all times a 
correct reflection of the stored data.

        Alec

 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to