Search code examples
sqloracle-databasekeyword-search

SQL Developer "usage" keyword


enter image description here

I have a field in a table called "usage". (I did not create it) In a query in SQLDeveloper the word "usage" is highlighted as if it is a keyword (like "Select")

Is "usage" a keyword is SQL? (or Oracle) If yes, what does it do? If no, why is it highlighted?

You can understand how difficult it has been to search for any information on this. Putting the word usage on any search returns results about to use stuff :-(

Thanks Paul Mc


Solution

  • One example I know is

    ALTER INDEX indexname MONITORING USAGE
    

    See documentation