当前位置:网站首页>Oracle view related
Oracle view related
2022-04-23 13:40:00 【Wangcai 2】
Create a read-only view ( The non read-only view only needs to be removed with read only that will do ):
create view students_v
as
select sno,sname from students
with read only
Delete view :DROP VIEW VIEW_NAME Statement delete view .
Deleting the definition of a view does not affect the data in the base table .
Only the view owner and have DROP VIEW Users with permissions can delete views .
After the view is deleted , Other views or apps based on the deleted view will be invalid .
Modified base table data , When querying the view , The displayed data is also synchronously modified .
版权声明
本文为[Wangcai 2]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230604301336.html
边栏推荐
- 100000 college students have become ape powder. What are you waiting for?
- 顶级元宇宙游戏Plato Farm,近期动作不断利好频频
- Is Hongmeng system plagiarism? Or the future? Professional explanation that can be understood after listening in 3 minutes
- Feature Engineering of interview summary
- Plato farm, a top-level metauniverse game, has made frequent positive moves recently
- Esp32 vhci architecture sets scan mode for traditional Bluetooth, so that the device can be searched
- Tersus notes employee information 516 MySQL query (time period uniqueness judgment of 2 fields)
- Utilisation de GDB
- SAP ui5 application development tutorial 72 - animation effect setting of SAP ui5 page routing
- Common analog keys of ADB shell: keycode
猜你喜欢
SPI NAND flash summary
Opening: identification of double pointer instrument panel
十万大学生都已成为猿粉,你还在等什么?
Plato farm, a top-level metauniverse game, has made frequent positive moves recently
SAP ui5 application development tutorial 72 - trial version of animation effect setting of SAP ui5 page routing
2020年最新字节跳动Android开发者常见面试题及详细解析
面试官给我挖坑:URI中的 “//” 有什么用?
[point cloud series] multi view neural human rendering (NHR)
The difference between string and character array in C language
RTOS mainstream assessment
随机推荐
Solution: you have 18 unapplied migration (s) Your project may not work properly until you apply
联想拯救者Y9000X 2020
What do the raddr and rport in webrtc ice candidate mean?
Use of GDB
Example of specific method for TIA to trigger interrupt ob40 based on high-speed counter to realize fixed-point machining action
面试官给我挖坑:URI中的 “//” 有什么用?
Remove the status bar
SHA512 / 384 principle and C language implementation (with source code)
Ding ~ your scholarship has arrived! C certified enterprise scholarship list released
软考系统集成项目管理工程师全真模拟题(含答案、解析)
The difference between string and character array in C language
Data warehouse - what is OLAP
@优秀的你!CSDN高校俱乐部主席招募!
Uninstall MySQL database
为什么从事云原生开发需要学习容器技术
TCP 复位gongji原理和实战复现
Launcher hides app icons that do not need to be displayed
How to build a line of code with M4 qprotex
TERSUS笔记员工信息516-Mysql查询(2个字段的时间段唯一性判断)
十万大学生都已成为猿粉,你还在等什么?