JP2906638B2 - Database search system - Google Patents

Database search system

Info

Publication number
JP2906638B2
JP2906638B2 JP2288049A JP28804990A JP2906638B2 JP 2906638 B2 JP2906638 B2 JP 2906638B2 JP 2288049 A JP2288049 A JP 2288049A JP 28804990 A JP28804990 A JP 28804990A JP 2906638 B2 JP2906638 B2 JP 2906638B2
Authority
JP
Japan
Prior art keywords
search
record
searched
database
constraint
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2288049A
Other languages
Japanese (ja)
Other versions
JPH04160676A (en
Inventor
均 勝田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2288049A priority Critical patent/JP2906638B2/en
Publication of JPH04160676A publication Critical patent/JPH04160676A/en
Application granted granted Critical
Publication of JP2906638B2 publication Critical patent/JP2906638B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はリレーショナルデータベースのデータを検索
するデータベース検索システムに関する。
Description: TECHNICAL FIELD The present invention relates to a database search system for searching data in a relational database.

〔従来の技術〕[Conventional technology]

従来のデータベース検索システムには、対象とする情
報を、データモデルの一つである関係モデルで表現した
データベース、すなわちリレーショナルデータベースと
して記憶手段(例えば補助記憶装置)に格納し、その記
憶手段から検索条件に適合するレコードを検索できるよ
うにしたものがある。
2. Description of the Related Art A conventional database search system stores target information in a storage unit (for example, an auxiliary storage device) as a database expressed by a relational model, which is one of data models, that is, a relational database. Some records can be searched.

このリレーショナルデータベースのデータ検索におい
ては、ユーザは、SQL(Structured Query Language:構
造化照会言語)などのデータベース検索言語を使用し
て、データベースに対するアクセス(データの検索、修
正/削除等)を要求することができ、例えば、前記SQL
を使用して、検索対象となるテーブルを示すデータと、
レコードの検索条件とを与えて、上記リレーショナルデ
ータベースのデータを検索していた。
In this relational database data search, the user must request access to the database (data search, modification / deletion, etc.) using a database search language such as SQL (Structured Query Language). Can be, for example, the SQL
Using to indicate the table to be searched,
Given the record search conditions, the relational database data is searched.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

ところが、上記従来のデータベース検索システムで
は、あるテーブルと他のテーブル間に参照制約が定義さ
れていた場合に、検索対象テーブルとしてあるテーブル
と、レコードの検索条件とを指定した際には、与えられ
た条件(検索対象テーブルと検索条件)に適合するレコ
ードのみしか検索することができず、定義されている参
照制約を示す情報を検索す、該検索した参照制約に基づ
く他のテーブルに登録されているレコードを検索するこ
とができなかった。
However, in the above-mentioned conventional database search system, when a referential constraint is defined between a certain table and another table, when a certain table as a search target table and a search condition of a record are designated, a given condition is not applied. Can search only records that meet the specified conditions (search target table and search conditions), and search for information indicating defined reference constraints. Record could not be retrieved.

従って、検索によって得られたレコードを基に、該レ
コードに関連するデータつまり他のテーブルに登録され
ているレコードを辿っていくことができないという問題
があった。
Therefore, there is a problem that data related to the record, that is, a record registered in another table, cannot be traced based on the record obtained by the search.

この発明は、上記実情に鑑みてなされたものであり、
検索された元のレコードと関連するレコードを検索する
ことのできるデータベース検索システムを提供すること
を目的とする。
The present invention has been made in view of the above circumstances,
It is an object of the present invention to provide a database search system capable of searching for a record related to the searched original record.

〔課題を解決するための手段〕[Means for solving the problem]

上記目的を達成するため、この発明のデータベース検
索システムは、定義されたテーブル間の参照制約を示す
参照制約情報を含むリレーショナルデータベースを記憶
する記憶手段と、前記リレーショナルデータベースの要
素である検索対象のテーブルに関係する前記参照制約情
報を前記記憶手段から検索する参照制約検索手段と、前
記検索対象のテーブルに登録されている対象のレコード
と、前記参照制約検索手段により検索された前記参照制
約情報とに基づき、前記対象のレコードと関連するレコ
ードを、前記記憶手段から検索するレコード検索手段と
を具えている。
In order to achieve the above object, a database search system according to the present invention includes a storage unit that stores a relational database including reference constraint information indicating a reference constraint between defined tables, and a search target table that is an element of the relational database. A reference constraint search unit for searching the reference constraint information related to the storage unit, a target record registered in the search target table, and the reference constraint information searched by the reference constraint search unit. Record searching means for searching the storage means for a record related to the target record.

〔作用〕[Action]

この発明のデータベース検索システムによれば、検索
条件に適合して検索されたレコードと、そのレコードが
属する検索対象のテーブルに関係する参照制約とに基づ
いて、当該検索された元のレコードと関連する他のテー
ブルに属するレコードが検索される。
According to the database search system of the present invention, based on a record searched according to a search condition and a reference constraint related to a table to be searched to which the record belongs, the database is related to the searched original record. Records belonging to other tables are searched.

従って、検索された元のレコードからそのレコードと
関連するレコードへと、容易に辿ることができる。
Therefore, it is possible to easily trace from the searched original record to a record related to the original record.

〔実施例〕〔Example〕

以下、本発明の実施例を第1図乃至第9図を参照して
説明する。
Hereinafter, embodiments of the present invention will be described with reference to FIG. 1 to FIG.

第1図は本発明に係るデータベース検索システムの一
実施例を構成図で示したものである。
FIG. 1 is a block diagram showing an embodiment of a database search system according to the present invention.

同図において、データベース検索システムは、リレー
ショナルデータベース11と、処理装置12と、記憶部13
と、入出力装置14とを有して構成されている。
In the figure, a database search system includes a relational database 11, a processing device 12, a storage unit 13
And an input / output device 14.

リレーショナルデータベース11には、テーブル(表)
群からなるリレーショナルデータ(関係データ)、定義
されたテーブル間の参照制約を示す情報(以下、参照制
約情報という)が格納されている。
Tables in the relational database 11
Stored are relational data (relational data) composed of groups and information indicating reference constraints between defined tables (hereinafter referred to as reference constraint information).

処理装置12において、参照制約検索手段12Aは、表示
要求に応じて検索対象のテーブルに関係する参照制約情
報を、リレーショナルデータベース11から検索し、この
検索結果を入出力装置14へ出力する。
In the processing device 12, the reference constraint search means 12A searches the relational database 11 for reference constraint information related to the table to be searched in response to the display request, and outputs the search result to the input / output device.

一方、レコード検索手段12Bは、検索対象のテーブル
を示すデータとレコードの検索条件とが与えられると、
これらの情報に適合するレコードを、リレーショナルデ
ータベース11から検索する。また、検索されたレコード
中の所望のレコードと、そのレコードが属する検索対象
のテーブルに関係する参照制約(参照制約検索手段12A
によって検索された参照制約)の中から選択された参照
制約とに基づき、上記リレーショナルデータベース11か
ら、前記所望のレコードと関連する他のテーブルに属す
るレコードを検索する。
On the other hand, the record search means 12B, when given the data indicating the table to be searched and the search condition of the record,
A record matching these pieces of information is searched from the relational database 11. Further, a desired record in the searched record and a reference constraint (reference constraint search unit 12A) relating to the table to be searched to which the record belongs.
The relational database 11 searches the relational database 11 for a record belonging to another table related to the desired record, based on the reference constraint selected from among the (reference constraints retrieved by).

上記検索された各レコードは、入出力装置14に入力さ
れる。
Each of the searched records is input to the input / output device 14.

さらに、テーブルの操作として、選択(セレクショ
ン)、射影(プロジェクション)、結合(ジョイン)の
3つの基本機能を有している。なお、この3つの基本機
能は、周知技術であるので、この実施例では説明を省略
する。
Further, the table has three basic functions of table operation: selection (selection), projection (projection), and joining (joining). Note that these three basic functions are well-known technologies, and thus description thereof will be omitted in this embodiment.

記憶部13には、レコード検索手段12Aによって検索さ
れたレコード、参照制約検索手段12Bによって検索され
た参照制約情報が格納される。
The storage unit 13 stores records searched by the record search unit 12A and reference constraint information searched by the reference constraint search unit 12B.

入出力装置14は、キーボード、マウスから構成された
入力装置(図示せぬ)と、ディスプレイ等の表示装置
(図示せぬ)とから構成されており、入力装置は、上記
SQL(構造化照会言語)を用いて、データベースの検索
を行ったり、各種の指令や各種のデータの入力を行った
りするものであり、一方、表示装置は、処理装置12から
の検索結果や、ウィンドウ等の出力情報を表示するもの
である。
The input / output device 14 includes an input device (not shown) composed of a keyboard and a mouse, and a display device (not shown) such as a display.
Using a SQL (Structured Query Language), a database is searched, and various commands and various data are input. On the other hand, the display device displays search results from the processing device 12, This is for displaying output information such as a window.

なお、処理装置12、記憶部13、入出力装置14は、バス
15に接続されており、処理装置12は、バス15を介して、
記憶部13、入出力装置14を制御する。
The processing device 12, the storage unit 13, and the input / output device 14 are connected to a bus.
The processing device 12 is connected to the
The storage unit 13 controls the input / output device 14.

さて、ここに、リレーショナルデータベース11に格納
されているリレーショナルデータを、第2図乃至第5図
に示す。
Now, here, relational data stored in the relational database 11 is shown in FIGS.

第2図は、主キーとしての名前21と社員番号(社員N
o)22とグループ名23とが対応付けされている雇用テー
ブル(以下、EMPテーブルという)20の一例を、第3図
は、主キーとしての社員番号(社員No)31と給料32とが
対応付けされている給料テーブル30の一例を、第4図
は、主キーとしての社員番号(社員No)41と電話番号42
とが対応付けされている電話番号テーブル40の一例を、
第5図は、主キーとしてのサブグループ名51とサブグル
ープリスト52とが対応付けされているサブグループリス
トテーブル50を、それぞれ示している。
Figure 2 shows the name 21 as the primary key and the employee number (Employee N
o) An example of an employment table (hereinafter referred to as an EMP table) 20 in which 22 and group names 23 are associated with each other. FIG. 3 shows an employee number (employee number) 31 as a primary key and a salary 32. FIG. 4 shows an example of a salary table 30 with an employee number (employee number) 41 and a telephone number 42 as primary keys.
An example of a telephone number table 40 in which
FIG. 5 shows a subgroup list table 50 in which a subgroup name 51 as a primary key and a subgroup list 52 are associated with each other.

この実施例では、上記テーブル群には、次に示す参照
制約が定義されている。
In this embodiment, the table group defines the following referential constraints.

すなわち、 「給料(社員No)→EMP(社員No)」 「電話番号(社員No)→EMP(社員No)」 「EMP(サブグループ名)→サブグループリスト(サ
ブグループ名)」 なお、上記に示した参照制約においては、給料テー
ブル30の社員番号31(第3図参照)が参照元であり、EM
Pテーブル20の社員番号22(第2図参照)が参照先であ
り、また上記に示した参照制約においては、電話番号
テーブル40の社員番号41(第4図参照)が参照元であ
り、EMPテーブル20の社員番号22(第2図参照)が参照
先であり、さらに、上記に示した参照制約において
は、EMPテーブル20のサブグループ名23(第2図参照)
が参照元であり、サブグループリストテーブル50のサブ
グループ名51(第5図参照)が参照先である。
In other words, "salary (employee No) → EMP (employee No)""telephone number (employee No) → EMP (employee No)""EMP (subgroup name) → subgroup list (subgroup name)" In the reference constraint shown, the employee number 31 (see FIG. 3) of the salary table 30 is a reference source, and EM
The employee number 22 (see FIG. 2) of the P table 20 is a reference destination, and in the above-described reference constraint, the employee number 41 (see FIG. 4) of the telephone number table 40 is a reference source, and the EMP The employee number 22 (see FIG. 2) of the table 20 is a reference destination. Further, in the above-described referential constraint, the subgroup name 23 of the EMP table 20 (see FIG. 2)
Is the reference source, and the subgroup name 51 of the subgroup list table 50 (see FIG. 5) is the reference destination.

次に、上述した構成において、データベース検索シス
テムのデータベース検索処理動作を説明する。
Next, a database search processing operation of the database search system in the above configuration will be described.

なお、第6図乃至第8図は、データベース検索処理の
処理過程を説明するための図を示しており、第9図は、
データベース検索処理動作を示すフローチャートを示し
ている。
6 to 8 are views for explaining the processing steps of the database search processing, and FIG.
5 shows a flowchart illustrating a database search processing operation.

第9図において、ユーザが、第6図に示される、ウィ
ンドウ60の検索対象テーブル指定領域61と検索条件指定
領域62とに、それぞれ検索対象テーブルとして「EMP」
と、レコードの検索条件として「サブグループ=VI3G」
を指定すると(ステップ101)、レコード検索手段21B
は、指定された検索対象テーブルと検索条件とを基に、
リレーショナルデータベース11から、該当するレコード
を検索するとともに(ステップ102)、該検索結果を入
出力装置14に出力する。入出力装置14では、検索された
レコードをユーザに分かる形で表示する(ステップ10
3)。
In FIG. 9, the user enters “EMP” as a search target table in the search target table designation area 61 and the search condition designation area 62 of the window 60 shown in FIG.
And "subgroup = VI3G" as a record search condition
Is specified (step 101), the record search means 21B
Is based on the specified search target table and search conditions.
The corresponding record is searched from the relational database 11 (step 102), and the search result is output to the input / output device 14. The input / output device 14 displays the searched record in a form that the user can understand (step 10).
3).

この例では、第2図に示したEMPテーブル20に登録さ
れているレコード群の中から検索条件に適合するレコー
ドが検索されて、第6図に示されるように、ウィンドウ
60の検索結果表示領域63に、検索結果としてのレコード
R1、R2、…、Rnが表示される。検索結果表示領域63に表
示された各レコードの内容は、第6図に示すように、
「名前、社員番号、グループ名」となっている。
In this example, a record meeting the search condition is searched from a group of records registered in the EMP table 20 shown in FIG. 2, and as shown in FIG.
Records as search results are displayed in the search result display area 63 of 60
R1, R2, ..., Rn are displayed. The contents of each record displayed in the search result display area 63 are as shown in FIG.
"Name, employee number, group name".

検索結果が表示されると、参照制約検索手段12Aは、
表示されているレコード(レコード群)の中からユーザ
によって所望のレコードが選択されたか否かを判断し
(ステップ104)、選択された場合は、ユーザからの参
照制約の表示要求があるか否かを判断する(ステップ10
5)。
When the search result is displayed, the referential constraint search unit 12A
It is determined whether or not a desired record has been selected by the user from the displayed records (record group) (step 104), and if so, whether or not there is a display request of the reference constraint from the user. Determine (Step 10
Five).

ここで、表示要求がない場合には、要求があるまで待
機し、一方、参照制約の表示要求がある場合は、既に選
択されている所望のレコードが属するテーブル(つま
り、検索対象テーブル)に関係する参照制約情報を、リ
レーショナルデータベース11から検索し、その検索した
参照制約情報を、入出力装置14へ出力する。入出力装置
14では、入力された参照制約情報をユーザに分かる形で
表示する(ステップ106)。
Here, if there is no display request, the process waits until there is a request. On the other hand, if there is a display request of referential constraint, the display is related to the table to which the desired record already selected belongs (that is, the search target table). The relational database 11 searches the relational database 11 for the reference restriction information to be output, and outputs the searched reference restriction information to the input / output device 14. I / O device
In step 14, the input reference constraint information is displayed in a form that can be understood by the user (step 106).

第7図に、上記検索結果表示領域63に表示されている
レコードR1が選択され、さらに参照制約の表示要求が行
われた場合に、上記入出力装置14に表示される参照制約
の表示形態を示す。
FIG. 7 shows the display format of the reference constraint displayed on the input / output device 14 when the record R1 displayed in the search result display area 63 is selected and a display request for the reference constraint is made. Show.

この図に示した表示形態では、ウィンドウ70内に、選
択されたレコードR1が属するテーブル、つまり検索対象
テーブルとしてのEMPテーブル20に関係する参照制約71
〜73が表示されている。
In the display mode shown in this figure, the window 70 includes, in the table 70, the table to which the selected record R1 belongs, that is, the reference constraint 71 related to the EMP table 20 as the search target table.
To 73 are displayed.

次に、レコード検索手段12Bは、表示されている参照
制約の中から、所望の参照制約が選択されたか否かを判
断し(ステップ107)、選択されない場合には選択され
るまで待機し、一方、選択された場合は、選択された参
照制約に関するテーブルのうち、現在検索の対象となっ
ているテーブルを、新たな検索対象テーブルとし、参照
制約に関するカラム(列)の値が、現在選択されている
レコードの値に対応することを新たに検索条件として、
レコードを検索する(ステップ108)。
Next, the record search means 12B determines whether or not a desired reference constraint is selected from the displayed reference constraints (step 107), and if not selected, waits until it is selected. If selected, the table that is currently being searched among the tables related to the selected referential constraint is set as a new search target table, and the value of the column (column) related to the referential constraint is currently selected. Corresponding to the value of the existing record as a new search condition,
The record is searched (step 108).

ここに、上記ウィンドウ70に表示されている参照制約
71が選択された場合は、この参照制約に関係する給料テ
ーブル30及びEMPテーブル20のうち、参照制約に基づく
参照元の給料テーブル30を新たな検索対象テーブルと
し、一方、その給料テーブル30の参照制約に関するカラ
ム(列)の値つまり社員番号31(第3図参照)の値が、
レコードR1の社員番号(17537)に対応することを新た
な検索条件として、これらの条件に適合するレコードが
検索されることとなる。
Here, referential constraints displayed in window 70 above
When 71 is selected, of the pay table 30 and the EMP table 20 related to the referential constraint, the referent pay table 30 based on the referential constraint is set as a new search target table. The value of the column related to the constraint, that is, the value of employee number 31 (see Fig. 3)
With records corresponding to the employee number (17537) of the record R1 as new search conditions, records matching these conditions are searched.

第8図に、新たな検索対象テーブルと新たな検索条件
とに基づく、検索結果の表示形態を示す。
FIG. 8 shows a display form of the search result based on the new search target table and the new search condition.

この図に示した表示形態では、ウィンドウ80の検索対
象テーブル指定領域81及び検索条件指定領域82には、そ
れぞれ自動生成された、検索対象テーブルとしての「給
料」及び、レコードの検索条件としての「社員No=1753
7」が指定されており、検索結果表示領域83には、それ
らの条件に適合したレコードR84が表示されている。
In the display mode shown in this figure, the search target table designation area 81 and the search condition designation area 82 of the window 80 are automatically generated with a “salary” as a search target table and a “salary” as a record search condition, respectively. Employee No = 1753
"7" is specified, and the record R84 meeting the conditions is displayed in the search result display area 83.

ところが、上記ステップ104で、所望のレコードが選
択されなかった場合、レコード検索手段12Bは、検索終
了か否かを判断し(ステップ109)、この判断結果、終
了でない場合には上記ステップ104に戻りこのステップ
以降を実行し、一方、検索終了の場合は、データベース
検索処理動作を終了する。
However, if the desired record is not selected in step 104, the record search means 12B determines whether or not the search is completed (step 109). If the result of this determination is not complete, the process returns to step 104. The steps after this step are executed. On the other hand, when the search is completed, the database search processing operation is ended.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明によれば、検索条件に適合
して検索されたレコードと、そのレコードが属する検索
対象のテーブルに関係する参照制約とに基づいて、当該
検索された元のレコードと関連する他のテーブルに属す
るレコードを検索するようにしたので、検索された元の
レコードからそのレコードと関連するレコードへと、容
易に辿ることができる。
As described above, according to the present invention, based on a record searched according to a search condition and a referential constraint related to a table to be searched to which the record belongs, a relation between the record and the searched original record is established. Since a record belonging to another table to be searched is searched, it is possible to easily trace from the searched original record to a record related to the record.

従って、データベースから必要なデータを、対話的
に、かつ、容易に捜し出すことが可能となる。
Therefore, it is possible to interactively and easily find necessary data from the database.

【図面の簡単な説明】[Brief description of the drawings]

第1図は本発明に係るデータベース検索システムの一実
施例を示す構成図、第2図乃至第5図はリレーショナル
データベース11に格納されているリレーショナルデータ
の一例を示す図、第6図乃至第8図はデータベース検索
処理の処理過程を説明するための図、第9図はデータベ
ース検索処理動作を示すフローチャートである。 11……リレーショナルデータベース、 12……処理装置、12A……参照制約検索手段、 12B……レコード検索手段、13……記憶部、 14……入出力装置、 20、30、40、50……テーブル、 60、70、80……ウィンドウ、 61、81……検索対象テーブル指定領域、 62、82……検索条件指定領域、 63、83……検索結果表示領域。
FIG. 1 is a block diagram showing an embodiment of a database search system according to the present invention, FIGS. 2 to 5 are diagrams showing an example of relational data stored in a relational database 11, and FIGS. FIG. 9 is a diagram for explaining the processing steps of the database search processing, and FIG. 9 is a flowchart showing the database search processing operation. 11 ... relational database, 12 ... processing unit, 12A ... reference constraint search unit, 12B ... record search unit, 13 ... storage unit, 14 ... input / output unit, 20, 30, 40, 50 ... table , 60, 70, 80 ... window, 61, 81 ... search target table specification area, 62, 82 ... search condition specification area, 63, 83 ... search result display area.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】テーブル単位で該テーブルに記憶されたレ
コードを検索するデータベース検索システムであって、 定義されたテーブル間の参照制約を示す参照制約情報を
含むリレーショナルデータベースを記憶する記憶手段
と、 検索テーブルおよび検索条件の入力によって検索テーブ
ルから検索条件に対応したレコードを検索する第1の検
索手段と、 前記第1の検索手段による検索後に前記検索結果ととも
に該テーブルに関係する参照制約情報を少なくとも表示
する表示手段と、 前記表示手段に表示された参照制約情報の中から所望の
参照制約情報を選択する選択手段と、 前記選択手段によって選択された参照制約情報をもと
に、第1の検索手段によって検索されたレコードに関連
するレコードを前記記憶手段から検索する第2の検索手
段と を具備したことを特徴とするデータベース検索システ
ム。
1. A database retrieval system for retrieving records stored in a table on a table-by-table basis, comprising: storage means for storing a relational database including reference constraint information indicating reference constraints between defined tables; First search means for searching a record corresponding to a search condition from a search table by inputting a table and search conditions; and displaying at least reference constraint information related to the table together with the search result after the search by the first search means. Display means for selecting, reference selection information selected from the reference restriction information displayed on the display means, and first search means based on the reference restriction information selected by the selection means. Search means for searching the storage means for a record related to the record searched by the storage means Database search system characterized by comprising a.
JP2288049A 1990-10-25 1990-10-25 Database search system Expired - Fee Related JP2906638B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2288049A JP2906638B2 (en) 1990-10-25 1990-10-25 Database search system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2288049A JP2906638B2 (en) 1990-10-25 1990-10-25 Database search system

Publications (2)

Publication Number Publication Date
JPH04160676A JPH04160676A (en) 1992-06-03
JP2906638B2 true JP2906638B2 (en) 1999-06-21

Family

ID=17725176

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2288049A Expired - Fee Related JP2906638B2 (en) 1990-10-25 1990-10-25 Database search system

Country Status (1)

Country Link
JP (1) JP2906638B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09305462A (en) * 1996-05-20 1997-11-28 Pfu Ltd Data managing device
JP5853636B2 (en) * 2011-11-24 2016-02-09 キヤノンマーケティングジャパン株式会社 Information processing apparatus, information processing system, processing method thereof, and program

Also Published As

Publication number Publication date
JPH04160676A (en) 1992-06-03

Similar Documents

Publication Publication Date Title
US9721016B2 (en) System and method to search and generate reports from semi-structured data including dynamic metadata
US9436779B2 (en) Techniques of efficient XML query using combination of XML table index and path/value index
US5724577A (en) Method for operating a computer which searches a relational database organizer using a hierarchical database outline
US7805465B2 (en) Metadata management for a data abstraction model
US8478760B2 (en) Techniques of efficient query over text, image, audio, video and other domain specific data in XML using XML table index with integration of text index and other domain specific indexes
JPH0475170A (en) Data base operation system
EP1672540A1 (en) Complex data access
US6301581B1 (en) Method and system for managing access to a plurality of data objects
JP2906638B2 (en) Database search system
JP3167412B2 (en) Database search processor
JPH07296004A (en) Information management retrieval device
KR0165510B1 (en) Table of database management system
JPH0267682A (en) Data base system
JPH07239807A (en) Document managing system
JPH0934901A (en) Object oriented data base
JP3431618B2 (en) Data search device and search method
JP3521908B2 (en) Database display device and database display method
JPH0561920A (en) Display method for information of hierarchical structure
JPH11312166A (en) Data base management device
JPH0748185B2 (en) Sub-query editing device and method
JPH0512739B2 (en)
JPH0214161U (en)
JPH0215371A (en) Information retrieving device
JPH0561911A (en) Data management device
JPH08328794A (en) Help information display device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees