edited by
5,002 views
1 1 vote

Which of the following statements regarding the features of the object-oriented approach to databases are true?

  1. The ability to develop more realistic models of the real world
  2. The ability to represent the world in a non-geometric way
  3. The ability to develop databases using natural language approaches
  4. The need to split objects into their component parts
  5. The ability to develop database models based on location rather than state and behaviour
    1. $\text{i, ii and iii}$
    2. $\text{ii, iii and iv}$
    3. $\text{i, iv, and v}$
    4. $\text{iii, iv, and v}$

1 Answer

0 0 votes

THE following statements are true

The ability to develop more realistic models of the real world. (a)

The ability to represent the world in a non-geometric way. (b)

The ability to develop databases using natural language approach (c) 

hence ans is A

refer http://www.homesaustin.com/Documents/OODatabases.pdf

Answer:
Position:
Show:

Related questions

1 1 vote
0 0 answers
2.1k
2.1k views
Sanjay Sharma asked Jul 11, 2016
2,078 views
Which of the following statements concerning Object-oriented database is false?Objects in object-oriented databse contain not only data but also methods for processing th...
3 3 votes
2 answers 2 answers
5.3k
5.3k views
go_editor asked Aug 11, 2016
5,265 views
Consider the following three tables $R, S$ and $T.$ In this question, all the join operations are natural joins $(\bowtie )$. $(\pi )$ is the projection operation of a re...
5 5 votes
4 4 answers
7.7k
7.7k views
go_editor asked Aug 11, 2016
7,659 views
Consider the following three SQL queries (Assume the data in the people table):Select Name from people where $\text{Age}>21$;Select Name from people where $\text{Height}>...
2 2 votes
2 answers 2 answers
8.8k
8.8k views
go_editor asked Aug 11, 2016
8,843 views
Suppose ORACLE relation $R(A,B)$ currently has tuples $\{(1,2), (1,3), (3,4)\}$ and relation $S(B,C)$ currently has $\{(2,5), (4,6), (7,8)\}$.Consider the following two S...