设为首页 加入收藏

TOP

数据库理论及基础面试题(四)
2014-11-16 21:20:03 来源: 作者: 【 】 浏览:99
Tags:数据库 论及 基础 试题
ts Physical Structure hidden from user.



Network schema uses a graph data structure to organize records example for such a database management system is CTCG while a hierarchical schema uses a tree data structure example for such a system is IMS.



A query with respect to DBMS relates to user commands that are used to interact with a data base. The query language can be classified into data definition language and data manipulation language.



Subqueries, or nested queries, are used to bring back a set of rows to be used by the parent query. Depending on how the subquery is written, it can be executed once for the parent query or it can be executed once for each row returned by the parent query. If the subquery is executed for each row of the parent, this is called a correlated subquery.


A correlated subquery can be easily identified if it contains any references to the parent subquery columns in its WHERE clause. Columns from the subquery cannot be referenced anywhere else in the parent query. The following example demonstrates a non-correlated subquery.


E.g. Select * From CUST Where ’10/03/1990′ IN (Select ODATE From ORDER Where CUST.CNUM = ORDER.CNUM)



Addition, deletion and modification.



‘Edit’ Buffer



PROJECTION and SELECTION.



No.


PRODUCT: Concatenation of every row in one relation with every row in another.


JOIN: Concatenation of rows from one relation and related rows from another.



Two important pieces of RDBMS architecture are the kernel, which is the software, and the data dictionary, which consists of the system-level data structures used by the kernel to manage the database


You might think of an RDBMS as an operating system (or set of subsystems), designed specifically for controlling data access; its primary functions are storing, retrieving, and securing data. An RDBMS maintains its own list of authorized users and their associated privileges; manages memory caches and paging; controls locking for concurrent resource usage; dispatches and schedules user requests; and manages space usage within its table-space structures


.


I/O, Security, Language Processing, Process Control, Storage Management, Logging and Recovery, Distribution Control, Transaction Control, Memory Management, Lock Management



Data dictionary is a set of tables and database objects that is stored in a special area of the database and maintained exclusively by the kernel.



The information in the data dictionary validates the existence of the objects, provides access to them, and maps the actual physical storage location.



determines an optimal access path to store or retrieve the data



You communicate with an RDBMS using Structured Query Language (SQL)



SQL is a nonprocedural language that is designed specifically for data access operations on normalized relational database structures. The primary difference between SQL and other conventional programming languages is that SQL statements specify what data operations should be performed rather than how to perform them.



There are three major sets of files on disk that compose a database. All the files are binary. These are


The most important of these are the database files where the actual data resides. The control files and the redo logs support the functioning of the architecture itself.


All three sets of files must be present, open, and available to Oracle for any data on the database to be useable. Without these files, you cannot access the database, and the database administrator might h

首页 上一页 1 2 3 4 5 6 7 下一页 尾页 4/8/8
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇国外的一些jsp面试题(2) 下一篇试述DBMS的主要功能。

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: