人人终身学习知识网~是各类综合知识资源信息分享,提升综合素质与提高知识技能的终身学习网络平台

 找回密码
 立即注册

QQ登录

只需一步,快速开始

微信登录

微信扫码,快速开始

[职场英语] 数据管理员面试常见七个问题

[复制链接]

数据管理员面试常见七个问题

1. Why is a UNION ALL faster than a UNION?

The union operation, you will recall, brings two sets of data together. It will not, however, produce duplicate or redundant rows. To perform this feat of magic, a SORT operation is done on both tables. This is obviously computationally

intensive, and uses significant memory as well.

A UNION ALL conversely just dumps collection of both sets together in random order, not worrying about duplicates.

 

2. What are some advantages to using Oracle's CREATE DATABASE statement to create a new database manually?

 

• You can script the process to include it in a set of install scripts you deliver with a product.

• You can put your create database script in CVS for version control, so as you make changes or adjustments to it, you can track them like you do changes to software code.

• You can log the output and review it for errors.

• You learn more about the process of database creation, such as what options are available and why.

 

3. What are three rules of thumb to create good passwords? How would a DBA enforce those rules in Oracle? What business challenges might you encounter?

回复

使用道具 举报

小黑屋/人人终身学习知识网~是各类综合知识资源信息分享,提升综合素质与提高知识技能的终身学习网络平台

Powered by 5wangxiao

© 2007-2021 5wangxiao.Com Inc.

快速回复 返回顶部 返回列表