简体   繁体   中英

Refreshing a database or table with management tools

In SQL Server Management Studio there is an option to refresh a table / database?

Is there a similar option for Oracle? If yes how do I do this? Is there a command to run to do this? Lastly what does the refresh actually do? Does it commit the latest data and break locks?

I assume you're talking about the context menu item.

The Refresh option just means it will request the structure of the table (keys, columns, constraints, and so on) again from SQL Server. It has nothing to do with data, locks, committing changes or anything like that.

This menu option is also available for other objects (like database) in the tree view for a SQL Server database in SSMS.

使用SQL Server,可以使用SQL Developer刷新表。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM