修改,刪除預存程序.pptVIP

  • 6
  • 0
  • 约1.8千字
  • 约 20页
  • 2016-12-02 发布于天津
  • 举报
修改,刪除預存程序

Module 8 Views ,Stored Procedures, User-defined Function, Triggers ◆Views Views的作用與好處 Defining View Modifying Drop Views Views的作用與好處Table 資料表 將資料表部分的資料產生成另一個檢視表 可結合不同的資料表產生 可用以隱藏機密性資料 可用以解決過度正規化的問題 不可用於提昇效能 不可修改資料 Defining View CREATE VIEW test AS SELECT OrderID, RequiredDate, ShippedDate, ContactName FROM Orders INNER JOIN Customers ON CustomerID = CustomerID go Modifying Drop Views 修改VIEW ALTER VIEW V_TEST AS SELECT OrderID, RequiredDate, ShippedDate, ContactName FROM

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档