Machine-implementable method and apparatus for iteratively...

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C707S793000, C707S793000, C707S793000, C707S793000

Reexamination Certificate

active

06366904

ABSTRACT:

FIELD OF THE INVENTION
This invention relates to querying computer-stored databases, and more particularly to enhancing the likelihood of accessing a query acceptable result without requiring additional query modification by the user.
DESCRIPTION OF RELATED ART
In this specification, a database is defined as a collection of data items organized according to a data model and accessed via queries. The present invention applies to any data model; however, it is illustrated in terms of the relational data model. The relational model was proposed by E. F. Codd in “A Relational Model of Data for Large Shared Data Banks”,
Communications of the ACM
, Vol. 13, No. 6, June 1970, pp. 377-387. Codd argued that a collection of tables or relations could be used to model real world items and to hold data about them.
In a relational database, data values are organized into columns or fields wherein each column comprises one attribute of the relation. Each column or attribute of the relation has a domain which consists of data values for that attribute. Each row of the relation, which includes one value from each attribute, is known as a record or tuple. The relational model differs from network and hierarchical models in that it does not use pointers or links. Instead, the relational model relates tuples by the values that they contain. This allows a formal mathematical foundation to be defined. Thus, a relational database can be said to be formed from a collection of relations, each of which is assigned a unique name, and which can be expressed in the form of tables. Each row in a table represents a relationship among the attributes. In this specification the terms “row”, “record”, and “relation” as applied to relational tables are used synonymously.
Two different languages describe a database system. Namely, one language specifies a database scheme, and the other language is used to recite database queries and updates. As to the first, a database scheme is specified by a set of definitions expressed by a data definition language (DDL). The results of compilation of DDL statements are a set of tables that are stored in a special file called either a “data dictionary” or a “data directory”. Significantly, the data dictionary contains metadata. That is, the data dictionary defines each attribute in a table in terms of its type, range, etc. The dictionary is consulted before actual data is read or modified in the database.
As to the second language involved in databases, a data manipulation language (DML) enables users to access or manipulate data as organized by the appropriate data model. A procedural DML requires a user to specify what data is needed and how to access the data. One example of a procedural query language associated with relational databases is “relational algebra”. It consists of a set of operations that take one or two row relations as input and produce a new relation as their result. Fundamental operations in the relational algebra include select, project, union, set difference, Cartesian product, and rename. Other operations include set intersection, natural join, division, and assignment.
A nonprocedural DML requires only that a user specify what data is needed without specifying how to access the data. In this regard, it should be appreciated that a “query” is a statement requesting the retrieval of information. Also, the portion of the DML that involves information retrieval is called a “query language”. Unfortunately, it is common practice to use the terms “query language” and “data manipulation language” synonymously.
One form of user-friendly nonprocedural-like DML is known as “structured query language” (SQL). It uses an artful combination of relational algebra and calculus constructs. It includes features for defining the structure of the data, for modifying data in the database, and for specifying security constraints. The basic structure of an SQL expression includes the three clauses “SELECT”, “FROM”, and “WHERE”. The clauses and their contents define predetermined query patterns. In this regard, a query is a search statement which defines the criteria that data in the form of tuples must meet in order to be part of the answer or response of the database to the query. In SQL, a query is formatted as follows:
SELECT y
1
, y
2
, . . . , y
m
FROM table X
WHERE conditions on (y
1
′, y
2
′, . . . , y
m
′)
The FROM clause defines the particular table(s) or set of relations in the database, denominated table X, within which the search in satisfaction of the query is to be conducted.
In the SELECT clause, the attributes y
1
-y
m
are the columns (variables) in that table X defined by the query to appear in the resulting display or printout.
In the WHERE clause, a predicate is set out where y
1
′-y
m
′ are the columns (variables) in the table expressing conditions or constraints that must be satisfied in order for a relation or record to be part of the result or answer.
It should be noted that the subset of attributes (columns y
1
-y
m
) in the SELECT clause may be different from the subset of attributes (columns y
1
′-y
m
′) in the WHERE clause. This means in practice that the result may recite only certain columns of the records found which is not necessarily the same as the columns on which the search for the records was based. The two sets of columns may thus totally or partially overlap or they may be completely distinct.
At the present time, the results returned by a database responsive to a query require that the user analyze the retrieved data quantitatively and qualitatively. Frequently, the query is modified, applied to the database, and the results again evaluated. The overall process is reiterative, manually intensive, distractive, and consumptive of significant computational and storage resource.
In the prior art, several processes are known which interactively aid the user in query modification during one or more iterations. Reference should be made to Fleischman et al., U.S. Pat. No. 5,388,259, “System for Accessing a Database With an Iterated Fuzzy Query Notified by Retrieval Response”, issued February 7, 1995; and Li et al., U.S. Pat. No. 5,608,899, “Method and Apparatus for Searching a Database by Interactively Modifying a Database Query”, issued Mar. 4, 1997.
Fleischman discloses that a statistical membership function between retrieved values and particular attributes (column variables) can be used to electronically identify selected ones of the retrieved values in order to satisfy imprecise queries. The results are then ordered according to the strength of their membership function. More particularly, a retrieved value either exactly satisfies a precise predicate or fails to. The satisfaction may be represented by a Boolean logical 1, while the failure to satisfy may be represented by a Boolean logical 0. In contrast, an imprecise predicate cannot usually identify with certainty whether retrieved data, which by its nature, is ambiguous or difficult to quantify exactly. The resolution of such ambiguity is treated by fuzzy set theory. Although the system of this disclosure flexibly defines search criteria and assists in interpreting retrieved values, it does not expand the exploration beyond the bounds defined in the original query.
Li discloses an arrangement for graphically displaying returned values in at least two dimensions responsive to a separately displayed database query. A user can interactively modify the query by graphically adjusting the bounds of the displayed search predicate, i.e., SQL WHERE clause. In this regard, Li, as does Fleischman, aids in flexibly redefining search bounds within the scope of the original query.
SUMMARY OF THE INVENTION
It is accordingly an object of this invention to devise a machine-implementable method and apparatus for automatically extending the scope of a query search utilizing both retrieved values and association with variables not specified in the original query.
It is another object of this invention that such machine-implementable method and apparatus display

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Machine-implementable method and apparatus for iteratively... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Machine-implementable method and apparatus for iteratively..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Machine-implementable method and apparatus for iteratively... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2872720

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.