freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

視圖的詳細(xì)講解(編輯修改稿)

2024-10-22 20:03 本頁面
 

【文章內(nèi)容簡介】 ht 169。 Oracle Corporation, 2022. All rights reserved. 修改視圖 ? 使用 CREATE OR REPLACE VIEW 子句修改視圖 ? CREATE VIEW 子句中各列的別名應(yīng)和子查詢中各列相對應(yīng) CREATE OR REPLACE VIEW empvu80 (id_number, name, sal, department_id) AS SELECT employee_id, first_name || 39。 39。 || last_name, salary, department_id FROM employees WHERE department_id = 80。 View created. 1113 Copyright 169。 Oracle Corporation, 2022. All rights reserved. 創(chuàng)建復(fù)雜視圖 復(fù)雜視圖舉例 CREATE VIEW dept_sum_vu (name, minsal, maxsal, avgsal) AS SELECT , MIN(), MAX(),AVG() FROM employees e, departments d WHERE = GROUP BY 。 View created. 1114 Copyright 169。 Oracle Corporation, 2022. All rights reserved. 視圖中使用 DML的規(guī)定 ? 可以在簡單視圖中執(zhí)行 DML 操作 ? 當(dāng)視圖定義中包含以下元素之一時(shí)不能使用 delete: – 組函數(shù) – GROUP BY 子句 – DISTINCT 關(guān)鍵字 – ROWNUM 偽列 1115 Copyright 169。 Oracle Corporation, 2022. All rights reserved. 視圖中使用 DML的規(guī)定 當(dāng)視圖定義中包含以下元素之一時(shí)不能使用 update : ? 組函數(shù) ? GROUP BY子句 ? DISTINCT 關(guān)鍵字 ? ROWNUM 偽列 ? 列的定義為表達(dá)式 1116 Copyright 169
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1