基础表 meaning in Chinese
base table
underlying table
Examples
- The underlying table does not have unique keys to enable sql server to uniquely identify a row
基础表不包含唯一键,因此sql server无法唯一地标识行。 - Insert statement ; however , the new row is inserted in the underlying table of the view . the order of
语句中指定一个视图名,但将新行插入到该视图的基础表中。 - This prevents updates to the underlying table but allows read operations , such as select statements
这样可以防止更新基础表,但允许读操作(如select语句) 。 - Table is the underlying table that contains notification data for the notification class
Dbo . nsweatheralertsnotifications表是包含通知类的通知数据的基础表。 - Table is the underlying table that contains subscription data for the subscription class
Dbo . nsweathercitysubscriptions表是基础表,它包含订阅类的订阅数据。