Oracle 面试题与答案
相关差异对比
问题 11. What is an Oracle view?
A view is a virtual table. Every view has a query attached to it. (The query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.)
这有帮助吗?
添加评论
查看评论
问题 12. What is Partial Backup?
A Partial Backup is any operating system backup short of a full backup, taken while the database is open or shut down.
这有帮助吗?
添加评论
查看评论
问题 13. What is Mirrored on-line Redo Log?
A mirrored on-line redo log consists of copies of on-line redo log files physically located on separate disks, changes made to one member of the group are made to all members.
这有帮助吗?
添加评论
查看评论
问题 14. What is Full Backup?
A full backup is an operating system backup of all data files, on-line redo log files and control file that constitute ORACLE database and the parameter.
这有帮助吗?
添加评论
查看评论
问题 15. Can a View based on another View?
Yes
这有帮助吗?
添加评论
查看评论
用户评价最有帮助的内容:
- What are the components of physical database structure of Oracle database?
- What are the components of logical database structure of Oracle database?
- What is a tablespace?
- What is SYSTEM tablespace and when is it created?
- Explain the relationship among database, tablespace and data file?