RDBMS

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

1) What is codd's rule?

Ans:

2) ..
3) What is the difference between Primary Key and Aggregate Key?
What is the difference between varchar and varchar2?
4) In a distributed database system can we access two queries simultaneously? give
reason
5) ..
6) What is top down and bottom up logical database?
7) What is Sub-schema?
8) What parameters define RDBMS?
9) What is the difference between IS and AS keyword in procedures,
and also tell me the diff between Restricted and Unrestricted Procedure?
10) Can you please tell me how to delete the duplicate records in a table?
11) Is it possible to have primary key and foreign key in one table if yes so what is the
use of foreign key?
12) If we have a table which is accessed by multiple users and two or more user's are
simultaneously trying to modify the table. Then what happens and how can we
manage such situations?
13) What is the difference between view and join?
14) What is the difference between logical and virtual memory in databases?
15) What is aggregation, decomposition, generalization in RDBMS?
16) How to delete multiple tables at a time? E.g. like c* means all the tables starts with c
have to be deleted at a time.
17) Create a query that will display the total number of employees and of that total the
number who were hired in 1980, 1981, 1982, and 1983. Give appropriate column
headings.
18) What is normalization?
Ans: Normalization is the process of efficiently organizing data in a database. There are two
goals of the normalization process:
1) Eliminating redundant data (for example, storing the same data in more than one table)
and
2) Ensuring data dependencies make sense (only storing related data in a table).

Both of these are worthy goals as they reduce the amount of space a database consumes
and ensure that data is logically stored.

http://www.geekinterview.com/question_details/60478 for RDBMS

You might also like