JPH11161665A - Data base processor and recording medium - Google Patents

Data base processor and recording medium

Info

Publication number
JPH11161665A
JPH11161665A JP9328822A JP32882297A JPH11161665A JP H11161665 A JPH11161665 A JP H11161665A JP 9328822 A JP9328822 A JP 9328822A JP 32882297 A JP32882297 A JP 32882297A JP H11161665 A JPH11161665 A JP H11161665A
Authority
JP
Japan
Prior art keywords
group
customer
connection
tables
key
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.)
Granted
Application number
JP9328822A
Other languages
Japanese (ja)
Other versions
JP3536964B2 (en
Inventor
Shinichi Sugimoto
慎一 杉本
Masahito Osaki
雅人 大崎
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP32882297A priority Critical patent/JP3536964B2/en
Publication of JPH11161665A publication Critical patent/JPH11161665A/en
Application granted granted Critical
Publication of JP3536964B2 publication Critical patent/JP3536964B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To allow even a beginner to speedily and efficiently retrieve data without erroneous setting by automatically connecting and condition-setting a table at the time of allowing a user to set the table name of a retrieving object and an input/output item, and retrieving/extracting a data base to output a result. SOLUTION: When an automatically connecting means 24 refers to a group table 15 corresponding to the designation of the table names of retrieving objects on a picture and the designated table names all belong to the same table, the means 24 refers to a connection table 16 in the pertinent group and fetches/ connects key items to automatically generate a retrieving condition. Then a retrieving means 25 retrieves to a data base based on the automatically generated retrieving condition to output its result. Namely, this device automatically connects and condition-sets tables and retrieve-extracts the data base to output the result by allowing the user only to set the table name of the retrieving object and an input/output item.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、複数テーブルから
構成されるデータベースを検索する命令を生成するデー
タベース処理装置および記録媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database processing apparatus and a recording medium for generating an instruction for searching a database composed of a plurality of tables.

【0002】[0002]

【従来の技術】近年、クライアント・サーバシステムを
構築し、クライアント(利用者端末)からサーバが管理
するデータベースを検索してその結果を表示などする検
索ツールが広く利用されるようになってきている。
2. Description of the Related Art In recent years, a search tool that builds a client-server system, searches a database managed by a server from a client (user terminal), and displays a result of the search has been widely used. .

【0003】この際、利用者がデータベース中から所望
のデータを検索・抽出する場合に、その都度、画面上か
ら検索対象のテーブルを連結する設定操作、検索条件設
定および入出力項目設定を行い、データベースを検索し
てその結果(出力項目)を表示させるようにしていた。
[0003] At this time, each time the user searches and extracts desired data from the database, the user performs a setting operation for linking tables to be searched from the screen, a search condition setting, and an input / output item setting. The database was searched and the results (output items) were displayed.

【0004】[0004]

【発明が解決しようとする課題】このため、利用者は、
その都度、画面上から使用するテーブルの連結設定、検
索条件設定、および入出力項目設定を行う必要があり、
データベース知識の無い初心者にとって設定操作の負担
が発生すると共に、誤設定による非常の多くの検索・抽
出結果の表示や結果無しなどが生じてしまい、使い勝手
が悪いという問題があった。
Therefore, the user must
Each time, it is necessary to set the connection of the table to be used on the screen, search condition setting, and input / output item setting,
For beginners without database knowledge, there is a problem in that the setting operation is burdensome, and a large number of search / extraction results are displayed or no result due to incorrect settings, resulting in poor usability.

【0005】本発明は、これらの問題を解決するため、
利用者が検索対象のテーブル名および入出力項目設定を
行うのみで自動的にテーブルを連結および条件設定して
データベースを検索・抽出し結果を出力し、データべー
スの知識の無い初心者でも誤設定なく迅速かつ効率的に
データベースを検索して所望の結果が得られるシステム
を実現することを目的としている。
[0005] The present invention solves these problems,
Just by setting the name of the table to be searched and the input / output items, the user can automatically connect and set the tables, search and extract the database, output the results, and even beginners with no knowledge of the database can make mistakes. It is an object of the present invention to realize a system capable of quickly and efficiently searching a database without setting and obtaining a desired result.

【0006】[0006]

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、利用テー
ブル14は、テーブル名に対応づけてキー項目を登録す
るものである。
Means for solving the problem will be described with reference to FIG. In FIG. 1, a usage table 14 is for registering key items in association with table names.

【0007】グループテーブル15は、グループ番号に
対応づけて当該グループに属するテーブル名を登録する
ものである。連結テーブル16は、グループ番号に対応
づけてキー項目を登録するものである。
The group table 15 registers table names belonging to the group in association with the group number. The concatenation table 16 is for registering key items in association with group numbers.

【0008】連結パターンテーブル17は、グループ間
で連結するテーブル名のパターンを登録するものであ
る。自動連結手段24は、検索対象のテーブル名の指定
に対応して、連結し検索条件を自動生成するものであ
る。
The connection pattern table 17 registers a table name pattern connected between groups. The automatic linking unit 24 links and automatically generates a search condition in accordance with the designation of the table name to be searched.

【0009】検索手段25は、検索するものである。次
に、動作を説明する。自動連結手段24が画面上で検索
対象のテーブル名の指定に対応して、グループテーブル
15を参照して指定されたテーブル名が全て同一グルー
プに属する場合には該当するグループの連結テーブル1
6を参照してキー項目を取り出して連結し検索条件を自
動生成し、検索手段25が自動生成された検索条件をも
とにデータベースを検索して結果を出力するようにして
いる。
The search means 25 is for searching. Next, the operation will be described. When the automatic connection unit 24 refers to the group table 15 and all the table names specified in the table correspond to the specification of the table name to be searched on the screen, the connection table 1 of the corresponding group
6, the key items are extracted and linked to automatically generate search conditions, and the search means 25 searches the database based on the automatically generated search conditions and outputs the result.

【0010】この際、同一グループ内のテーブル名に優
先順位を設定し、キー項目を取り出して優先順に連結し
検索条件を自動生成するようにしている。また、自動連
結手段24が指定されたテーブル名が複数のグループに
属する場合には連結パターンテーブル17を参照して親
のキー項目と子のキー項目を利用テーブル14から取り
出して連結し検索条件を自動生成し、検索手段25が自
動生成された検索条件をもとにデータベースを検索して
結果を出力するようにしている。
At this time, priorities are set for table names in the same group, key items are taken out and linked in order of priority, and search conditions are automatically generated. When the specified table name belongs to a plurality of groups, the automatic linking unit 24 refers to the linking pattern table 17 to extract the parent key item and the child key item from the use table 14 and link them to determine the search condition. Automatically generated, and the search means 25 searches the database based on the automatically generated search conditions and outputs the result.

【0011】従って、利用者が検索対象のテーブル名お
よび入出力項目設定を行うのみで自動的にテーブルを連
結および条件設定してデータベースを検索・抽出し結果
を出力することにより、データべースの知識の無い初心
者でも誤設定なく迅速かつ効率的にデータベースを検索
して所望の結果が得られるシステムを実現することが可
能となる。
[0011] Therefore, by simply setting the table name and input / output items of the search target, the user can automatically connect and set the conditions, search and extract the database, and output the result. Even a beginner who does not have knowledge of the above can realize a system that can quickly and efficiently search the database without erroneous settings and obtain a desired result.

【0012】[0012]

【発明の実施の形態】次に、図1から図16を用いて本
発明の実施の形態および動作を順次詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments and operations of the present invention will be sequentially described in detail with reference to FIGS.

【0013】図1は、本発明のシステム構成図を示す。
図1において、システム管理端末1は、システム管理者
が操作して各種入力、設定などを行うためのものであっ
て、ここでは、連結情報登録手段2などから構成される
ものである。
FIG. 1 shows a system configuration diagram of the present invention.
In FIG. 1, a system management terminal 1 is used by a system administrator to perform various inputs, settings, and the like. In this embodiment, the system management terminal 1 includes a connection information registration unit 2 and the like.

【0014】連結情報登録手段2は、利用者が画面上で
検索対象のテーブルを指定したときに、当該指定された
テーブルを連結(ジョイン)して検索条件を自動生成す
るときに必要な連結情報(利用テーブル14、グループ
テーブル15、連結テーブル16、連結パターンテーブ
ル17、連結表テーブル18などの連結情報)を登録す
るものである。
When the user specifies a table to be searched on the screen, the connection information registration means 2 connects (joins) the specified tables to automatically generate search conditions. (Connection information such as the usage table 14, the group table 15, the connection table 16, the connection pattern table 17, and the connection table table 18).

【0015】サーバ11は、RDBMS(リーレショナ
ル・データベース・マネージメントシステム)および各
種テーブル(14ないし17などのテーブル)から構成
されるものであって、データベースの登録/更新/検索
/削除などを行うものである。
The server 11 is composed of an RDBMS (Relational Database Management System) and various tables (tables such as 14 to 17) for performing registration / update / search / deletion of the database. It is.

【0016】利用テーブル14は、テーブル名に対応づ
けてキー項目を登録するものである(図8を用いて後述
する)。グループテーブル15は、グループ番号に対応
づけて当該グループに属するテーブル名を登録するもの
である(図9を用いて後述する)。
The use table 14 is for registering key items in association with table names (to be described later with reference to FIG. 8). The group table 15 registers a table name belonging to the group in association with the group number (described later with reference to FIG. 9).

【0017】連結テーブル16は、グループ番号に対応
づけてキー項目を登録するものである(図10を用いて
後述する)。連結パターンテーブル17は、グループ間
で連結するテーブル名のパターンを登録するものである
(図11を用いて後述する)。
The link table 16 registers key items in association with group numbers (described later with reference to FIG. 10). The connection pattern table 17 registers a pattern of a table name to be connected between groups (described later with reference to FIG. 11).

【0018】連結表テーブル18は、テーブルについて
グループ内の優先順位を登録したものである。利用者端
末21は、利用者が操作してデータベースを検索するた
めのものであって、テーブル選択手段22、自動連結手
段24、および検索手段25などから構成されるもので
ある。
The connection table 18 is a table in which the priorities of the tables in the group are registered. The user terminal 21 is operated by a user to search the database, and includes a table selecting means 22, an automatic connecting means 24, a searching means 25, and the like.

【0019】テーブル選択手段22は、検索対象のテー
ブルを画面上から選択するものである。自動連結手段2
4は、検索対象のテーブル名の指定に対応して、連結し
検索条件(例えばSQL文)を自動生成するものであ
る。
The table selecting means 22 selects a table to be searched from the screen. Automatic connection means 2
Reference numeral 4 is for automatically generating a search condition (for example, an SQL statement) by linking in accordance with the specification of the table name to be searched.

【0020】検索手段25は、自動連結手段24によっ
て自動生成された検索条件(例えばSQL文)をもとに
データベースを検索してその結果を表示するものであ
る。以下順次詳細に説明する。
The search means 25 searches the database based on the search conditions (for example, SQL sentences) automatically generated by the automatic connection means 24 and displays the results. The details will be sequentially described below.

【0021】図3は、本発明の画面例(その1)を示
す。この画面は、図示の下記の処理のいずれかを選択す
るものである。 ・連結グループ登録(後述する図10の連結テーブル1
6への登録) ・連結パターン登録(後述する図11の連結パターンテ
ーブル17への登録) ・連結表登録(後述する図12の連結表テーブル18へ
の登録) 図3は、本発明の画面例(その2)を示す。これは、図
2の画面上で連結グループ登録を選択したときに表示さ
れる画面であって、図示の下記の項目を画面上に表示し
た状態で、 ・連結グループ番号:1(G1) ・連結グループ名 :図9のグループテーブル15のグ
ループ番号1の“世帯関連” ・キー項目: ・主キー項目: ・副キー項目: ここでは、連結グループ番号および連結グループ名を入
力する。
FIG. 3 shows a screen example (part 1) of the present invention. This screen is used to select one of the following processes shown in the figure. -Consolidation group registration (consolidation table 1 in FIG. 10 described later)
6) Registration of connection pattern (registration in connection pattern table 17 of FIG. 11 described later) Registration of connection table (registration in connection table table 18 of FIG. 12 described later) FIG. 3 is a screen example of the present invention. (Part 2) is shown. This is a screen that is displayed when the user selects “consolidated group registration” on the screen of FIG. 2. The following items shown in the figure are displayed on the screen. Group name: "household-related" of group number 1 in the group table 15 in FIG. 9-Key item:-Primary key item:-Secondary key item: Here, a consolidation group number and a consolidation group name are input.

【0022】図4は、本発明の画面例(その3)を示
す。これは、図3の画面上で連結グループ番号および連
結グループ名を入力したときに表示される画面であっ
て、図示の下記の項目を画面上に表示した状態で、 ・連結グループ番号:1(G1) ・連結グループ名 :図9のグループテーブル15のグ
ループ番号1の“世帯関連” ・登録対象テーブル: ・登録済テーブル選択: ここでは、登録対象テーブル中から1つあるいは複数を
選択し、下段の登録/更新ボタンを選択し、登録済テー
ブルに追加する。
FIG. 4 shows a screen example (part 3) of the present invention. This is a screen displayed when the consolidation group number and the consolidation group name are input on the screen of FIG. 3, and the following items shown in the figure are displayed on the screen. G1) ・ Consolidated group name: “household related” of group number 1 in group table 15 in FIG. 9 ・ Registration target table: ・ Selection of registered table: Here, one or a plurality of registration target tables are selected, and the lower row is selected. Select the "Register / Update" button and add it to the registered table.

【0023】図5は、本発明の画面例(その4)を示
す。これは、図4の操作などに続いて行うものであっ
て、グループ内の優先順位を設定する画面であり、図示
の下記の項目を画面上に表示した状態で ・変更前のテーブル名の優先順位: ・変更後のテーブル名の優先順位: ここでは、変更前のいずれかのテーブル名を順次選択し
て右側の変更後のテーブルに所望の優先順に並べ、グル
ープ内のテーブルの優先順位を設定する。
FIG. 5 shows a screen example (part 4) of the present invention. This is a screen that is set following the operation of FIG. 4 and the like, in which the priorities in the group are set, and the following items shown in the drawing are displayed on the screen. Order: Priority of table name after change: Here, one of the table names before change is sequentially selected and arranged in a desired order in the table after change on the right side, and the priority of the tables in the group is set. I do.

【0024】以上の図3ないし図5によって、グループ
毎に属するテーブル名、グループ内のテーブルの優先順
位が設定され、後述する図8の利用テーブルをもとに図
9のグループテーブル15、図10の連結テーブル16
およびグループ内のテーブルの優先順位が設定されたこ
ととなる。
3 to 5, the names of the tables belonging to each group and the priorities of the tables in the group are set, and the group tables 15 and 10 in FIG. Consolidation table 16
And the priorities of the tables in the group are set.

【0025】図6は、本発明の画面例(その5)を示
す。これは、図2の画面上で連結パターン登録を選択し
たときに表示される画面であって、図示の下記の項目を
表示したものである。
FIG. 6 shows a screen example (part 5) of the present invention. This is a screen displayed when the connection pattern registration is selected on the screen of FIG. 2, and displays the following items shown in the figure.

【0026】・連結パターン名: ・親グループ選択: ・連結グループ ・グループ名 ・連結キー ・キー項目確認 ・子グループ選択 ・連結グループ ・グループ名 ・連結キー ・キー項目確認 ・連結キー組み合わせ状況 図7は、本発明の画面例(その6)を示す。これは、図
6の画面上で連結パターン登録状況を表示させたもので
あって、図示の下記の項目を表示する。
Consolidation pattern name: Parent group selection: Consolidation group Group name Consolidation key Key item confirmation Child group selection Consolidation group Group name Consolidation key Key item confirmation Consolidation key combination status Shows a screen example (6) of the present invention. This is a display of the connection pattern registration status on the screen of FIG. 6, and the following items shown in the figure are displayed.

【0027】・連結パターン登録状況: ・組み合わせパターン: ・連結パターン名: ・組み合わせ状況 この図7の連結パターン登録状況は、後述する図11の
連結パターンテーブル17に対応したものであって、例
えば2行目では、利用グループ1、2に○があり、これ
は、図11の2行目のグループG1、G2の位置に1を
セットし、連結パターン名“世帯関連+顧客関連”(簡
略して“世帯+顧客”と表示)となる。詳述すれば、1
をセット(○を設定)した図11のグループG1、G2
のグループ名は図9を参照して世帯関連、顧客関連とそ
れぞれなり、これを図11の連結パターン名“世帯+顧
客”(世帯関連+顧客関連)と設定したものである。
Connection pattern registration status: Combination pattern: Connection pattern name: Combination status The connection pattern registration status in FIG. 7 corresponds to the connection pattern table 17 in FIG. In the row, there is a circle in the use groups 1 and 2, which is set to 1 in the position of the groups G1 and G2 in the second row in FIG. "Household + customer"). In detail, 1
G1 and G2 shown in FIG.
Referring to FIG. 9, the group names are household-related and customer-related, respectively, and are set as the connection pattern name "household-customer" (household-customer-related) in FIG.

【0028】次に、図7の組み合わせ状況 ・G2.主=G1副 は、グループG2(図9のグループG2の対象テーブル
である図8の利用テーブル14中のNo.3ないし5の
主キー項目“店番.顧客番号”と、図9のグループG1
の対象テーブルである図8の利用テーブル14中のN
o.1ないし3の副次キー項目の第1番目の“店番.
顧客番号”が等しいので、G2.主=G1副と設定し
たものである。他も同様である。
Next, the combination status of FIG. The main = G1 sub is the group G2 (the main key items “store number. Customer number” of Nos. 3 to 5 in the use table 14 of FIG. 8 which is the target table of the group G2 of FIG. 9) and the group G1 of FIG.
N in the usage table 14 of FIG.
o. The first “store number.
Since the customer numbers are the same, G2.main = G1 sub is set.

【0029】図8は、本発明の利用テーブル例を示す。
これは、図示のようにテーブル名に対応づけて図示の下
記の項目を登録したものである。 ・テーブル名: ・主キー項目: ・副次キー項目:順番に、・・・と付与する。
FIG. 8 shows an example of a usage table according to the present invention.
As shown, the following items shown in the figure are registered in association with the table names. -Table name:-Primary key item:-Secondary key item: Assigned in order.

【0030】図9は、本発明のグループテーブル例を示
す。これは、図示の下記の項目についてグループ番号
(グループ名)に対応づけて図8の対象テーブルをグル
ープ内の優先順、、・・・に登録したものであ
る。
FIG. 9 shows an example of a group table according to the present invention. In this example, the target table of FIG. 8 is registered in the order of priority within the group, in association with the group number (group name) for the following items shown in the figure.

【0031】・グループ番号 ・グループ名: ・対象テーブル:優先順 図10は、本発明の連結テーブル例を示す。これは、図
示の下記の項目について、グループ番号(グループ名)
に対応づけて主キー、副次キーを設定したものである。
Group number Group name Object table priority order FIG. 10 shows an example of a concatenation table according to the present invention. This is the group number (group name) for the following items shown
The primary key and the secondary key are set in association with.

【0032】・グループ番号: ・グループ名: ・主キー項目: ・副次キー項目: 図11は、本発明の連結パターンテーブル例を示す。こ
れは、図示の下記の項目を設定したものであって、グル
ープ間の連結する連結パターンを登録したものであり、
1をセットしたグループ間が連結有、0をセットしたグ
ループ間が連結無しを表す。
Group number: Group name: Primary key item: Secondary key item: FIG. 11 shows an example of the connection pattern table of the present invention. This is a setting of the following items shown in the figure, in which a connection pattern for connecting between groups is registered,
A group set to 1 indicates connection, and a group set to 0 indicates no connection.

【0033】・No:連結パターン番号 ・G1ないしGn:グループ番号 ・連結パターン名:1をセットしたグループ名を+を付
与して並べたもの ・連結1ないしn: 図12は、本発明の連結表テーブル例を示す。これは、
図示の下記の項目を設定したものであって、テーブル
名、グループ番号およびグループ内の優先順位を設定し
たものである。
No: connection pattern number G1 to Gn: group number Connection pattern name: A group name in which 1 is set and arranged with + added. Connection 1 to n: FIG. 4 shows an example of a table. this is,
The following items shown in the figure are set, in which table names, group numbers, and priorities within groups are set.

【0034】・テーブル識別番号: ・テーブル名: ・グループ番号: ・グループ内優先順位: 図13は、本発明の検索例を示す。Table identification number: Table name: Group number: Priority within group: FIG. 13 shows a search example of the present invention.

【0035】図13の(a)の例1は、利用者によって
指定された検索対象のテーブルが全てグループ内の場合
の検索例である。 ・顧客属性、顧客計数、顧客基盤の3テーブルを選択す
る場合、 ・図12の内容(連結表テーブル18の内容)から、グ
ループ番号は2の1つであることがわかる(顧客属性、
顧客計数、顧客基盤のテーブルがいずれも図12の連結
表テーブル18を参照すると、グループ番号2となり全
て同一のグループに属することがわかる)。
Example 1 in FIG. 13A is a search example in a case where all the tables to be searched specified by the user are in the group. When selecting three tables of customer attribute, customer count, and customer base: From the contents of FIG. 12 (contents of the consolidation table 18), it can be seen that the group number is one of two (customer attributes,
Referring to the concatenation table table 18 in FIG. 12, both the customer count and customer base tables become the group number 2 and all belong to the same group.)

【0036】・図10の内容(連結テーブル16の内
容)から、連結グループ番号2のグループ内での連結キ
ーおよびグループ内での優先順位がわかる。 ・SQL文を作成すると図示の下記となる。
From the contents of FIG. 10 (contents of the concatenation table 16), the concatenation key in the group of the concatenation group number 2 and the priority in the group can be known. -When an SQL statement is created, it becomes the following shown in the figure.

【0037】 WHERE 顧客属性.店番 =顧客計数.店番 AND 顧客属性.顧客番号=顧客計数.顧客番号 AND 顧客属性.店番 =顧客基盤.店番 AND 顧客属性.顧客番号=顧客基盤.顧客番号 (文1) 詳述すれば、グループ2内のテーブルの優先順位は、図
12の連結表テーブル18を参照すると、 ・顧客属性 ・顧客計数 ・顧客基盤 となる。ここで、1番目のテーブルを親とし、2番目、
3番目を子1、子2とすると ・顧客属性(親) ・顧客計数(子1) ・顧客基盤(子2) となる。図12の説明の末尾に記載した連結手順中の
(2)により、主キーにより連結する。即ち、図8から
各テーブルの主キー項目を取り出すと、 テーブル名 主キー項目 ・顧客属性(親) 店番.顧客番号 ・顧客計数(子1) 店番.顧客番号 ・顧客基盤(子2) 店番.顧客番号 となる。従って、親と子1のそれぞれの主キー項目を連
結すると下記となる。
WHERE Customer Attributes. Store number = customer count. Store number AND Customer attribute. Customer number = customer count. Customer number AND Customer attribute. Store number = customer base. Store number AND Customer attribute. Customer number = customer base. Customer Number (Sentence 1) To be more specific, referring to the concatenation table 18 in FIG. 12, the priorities of the tables in the group 2 are: customer attribute, customer count, and customer base. Here, the first table is the parent, the second is
If the third is child 1 and child 2, customer attribute (parent) customer count (child 1) customer base (child 2) According to (2) in the connection procedure described at the end of the description of FIG. 12, connection is performed using the primary key. That is, when the primary key items of each table are taken out from FIG. 8, the table name primary key item, customer attribute (parent) store number. Customer number ・ Customer count (child 1) Store number. Customer number ・ Customer base (child 2) Store number. Customer number. Therefore, when the primary key items of the parent and the child 1 are linked, the following is obtained.

【0038】 親 主キー 子1 主キー 顧客属性.店番 =顧客計数.店番 顧客属性.顧客番号=顧客計数.顧客番号 同様に、親と子2のそれぞれの主キー項目を連結すると
下記となる。
Parent Primary Key Child 1 Primary Key Customer Attributes. Store number = customer count. Store number Customer attribute. Customer number = customer count. Similarly, when the primary key items of the parent and the child 2 are linked, the following is obtained.

【0039】 親 主キー 子2 主キー 顧客属性.店番 =顧客基盤.店番 顧客属性.顧客番号=顧客基盤.顧客番号 従って、これらをまとめてSQL文を作成すると、 WHERE 顧客属性.店番 =顧客計数.店番 AND 顧客属性.顧客番号=顧客計数.顧客番号 AND 顧客属性.店番 =顧客基盤.店番 AND 顧客属性.顧客番号=顧客基盤.顧客番号 となる。Parent Primary Key Child 2 Primary Key Customer Attributes. Store number = customer base. Store number Customer attribute. Customer number = customer base. Customer number Therefore, when these are put together to create an SQL statement, WHERE customer attribute. Store number = customer count. Store number AND Customer attribute. Customer number = customer count. Customer number AND Customer attribute. Store number = customer base. Store number AND Customer attribute. Customer number = customer base. Customer number.

【0040】以上によって、利用者がテーブル名を指定
したときに、指定されたテーブルが全てグループ内に属
する場合には、優先順にテーブルを並べて先頭を親と
し、2番目以降を順に子1、子2・・・とし、親と子
1、親と子2・・・というように組み合わせ、それぞれ
の主キーによってそれぞれ連結し、文1(SQL文)を
自動生成することが可能となる。
As described above, when all the specified tables belong to the group when the user specifies the table name, the tables are arranged in order of priority, the top is set as the parent, the second and the following are set as child 1, child in order. .., Parent and child 1, parent and child 2,..., And linked by their respective primary keys, it is possible to automatically generate sentence 1 (SQL sentence).

【0041】図13の(b)の例2は、利用者によって
指定された検索対象のテーブルが複数のグループに属す
る場合の検索例である。 ・世帯属性、顧客属性、顧客計数、顧客基盤の4テーブ
ルを選択する場合、 ・図12の内容(連結表テーブル18の内容)から、グ
ループ番号は1と2の2つであることがわかる(世帯属
性、顧客属性、顧客計数、顧客基盤のテーブルが図12
の連結表テーブル18を参照すると、グループ番号1と
2となり2つであることがわかる)。
Example 2 in FIG. 13B is a search example in the case where the search target table specified by the user belongs to a plurality of groups. When selecting four tables of household attribute, customer attribute, customer count, and customer base, it is understood from the contents of FIG. 12 (contents of the consolidation table 18) that the two group numbers are 1 and 2 ( FIG. 12 shows a table of household attributes, customer attributes, customer count, and customer base.
Referring to the concatenation table table 18 of FIG. 6, it can be seen that the group numbers are 1 and 2 and that there are two.

【0042】・図10の内容(連結テーブル16の内
容)から、連結グループ番号1と2のグループ内での連
結キーおよびグループ内での優先順位がわかる。 ・図11の内容(連結パターンテーブル17の内容)か
ら、連結パターンは2番目のものであり、グループ間の
連結キーがわかる。
From the contents of FIG. 10 (contents of the concatenation table 16), the concatenation keys in the consolidation group numbers 1 and 2 and the priority in the group can be known. From the contents of FIG. 11 (the contents of the connection pattern table 17), the connection pattern is the second one, and the connection key between groups can be known.

【0043】・SQL文を作成すると図示の下記とな
る。 WHERE 世帯属性.店番 =顧客計数.店番 AND 世帯属性.顧客番号=顧客計数.世帯番号 AND 顧客属性.店番 =顧客計数.店番 AND 顧客属性.顧客番号=顧客計数.顧客番号 AND 顧客属性.店番 =顧客基盤.店番 AND 顧客属性.顧客番号=顧客基盤.顧客番号 (文2) 詳述すれば、グループ1、2内のテーブルの優先順位
は、図12の連結表テーブル18を参照すると、 ・グループ1 ・世帯属性 ・グループ2 ・顧客属性 ・顧客計数 ・顧客基盤 となる。ここで、グループ内に複数のテーブルが指定さ
れたグループ2の世帯属性の1番目のテーブルを親と
し、2番目、3番目を子1、子2とすると ・グループ1 ・世帯属性 ・グループ2 ・顧客属性(親) ・顧客計数(子1) ・顧客基盤(子2) となる。図12の説明の末尾に記載した連結手順中の
(4)により、主キーにより連結する。即ち、図8から
各テーブルの主キー項目を取り出すと、 テーブル名 主キー項目 ・グループ1 ・世帯属性 店番.顧客番号 ・グループ2 ・顧客属性(親) 店番.顧客番号 ・顧客計数(子1) 店番.顧客番号 ・顧客基盤(子2) 店番.顧客番号 となる。従って、グループ1のキー項目とグループ2の
キー項目(予めグループ間で連結すると設定されたキー
項目)、更にグループ2内の親と子1、親と子2の主キ
ー項目を連結すると、 ・グループ1の世帯属性とグループ2の顧客属性(親)
について 世帯属性.店番 =顧客計数.店番 世帯属性.顧客番号=顧客計数.世帯番号 ・グループ2内の親と子1、親と子2について 顧客属性.店番 =顧客計数.店番 顧客属性.顧客番号=顧客計数.顧客番号 顧客属性.店番 =顧客基盤.店番 顧客属性.顧客番号=顧客基盤.顧客番号 となる。従って、SQL文にすると、(文2)となる。
When an SQL statement is created, the following is shown in the figure. WHERE household attributes. Store number = customer count. Store number AND Household attribute. Customer number = customer count. Household number AND Customer attribute. Store number = customer count. Store number AND Customer attribute. Customer number = customer count. Customer number AND Customer attribute. Store number = customer base. Store number AND Customer attribute. Customer number = customer base. Customer number (sentence 2) To be more specific, the priorities of the tables in groups 1 and 2 can be found by referring to the concatenation table table 18 in FIG. 12, as follows: Group 1 Household attribute Group 2 Customer attribute Customer count Become a customer base. Here, assuming that the first table of the household attributes of group 2 in which a plurality of tables are specified in the group is the parent and the second and third are the children 1 and the children 2, group 1 household attribute group 2 Customer attributes (parent) ・ Customer count (child 1) ・ Customer base (child 2) According to (4) in the connection procedure described at the end of the description of FIG. 12, connection is performed using the primary key. That is, when the primary key items of each table are extracted from FIG. 8, the table name: primary key item, group 1, household attribute, store number. Customer number • Group 2 • Customer attribute (parent) Store number. Customer number ・ Customer count (child 1) Store number. Customer number ・ Customer base (child 2) Store number. Customer number. Therefore, when the key item of group 1 and the key item of group 2 (the key item set to be connected between groups in advance), and the main key items of parent and child 1 and parent and child 2 in group 2 are connected, Group 1 household attribute and Group 2 customer attribute (parent)
About household attributes. Store number = customer count. Store number Household attribute. Customer number = customer count. Household number ・ Parent and child 1 and parent and child 2 in group 2 Customer attribute. Store number = customer count. Store number Customer attribute. Customer number = customer count. Customer number Customer attribute. Store number = customer base. Store number Customer attribute. Customer number = customer base. Customer number. Therefore, if it is made into an SQL sentence, it becomes (Sentence 2).

【0044】以上によって、利用者がテーブル名を指定
したときに、指定されたテーブルが複数のグループに属
する場合には、優先順にテーブルを並べて各グループ内
に複数のテーブルがあるときは先頭を親とし、2番目以
降を順に子1、子2・・・とし、グループ間の親と親、
グループ内の親と子1、親と子2・・・というように組
み合わせ、それぞれの主キーによってそれぞれ連結し、
文2(SQL文)を自動生成することが可能となる。
As described above, when the user specifies a table name and the specified table belongs to a plurality of groups, the tables are arranged in order of priority, and when there are a plurality of tables in each group, the top is the parent. , And the second and subsequent ones are referred to as child 1, child 2,...
Combine the parent and child 1, parent and child 2 ... in the group, and connect them with their respective primary keys,
Sentence 2 (SQL sentence) can be automatically generated.

【0045】尚、利用者からテーブルを指定されたとき
の自動生成の手順は下記の通りである。 (1) 1つでもグループ定義されていないテーブルが
あれば、検索実行不可とする。
The procedure for automatic generation when a table is designated by the user is as follows. (1) If there is at least one table for which no group is defined, the search cannot be executed.

【0046】(2) グループが1つの場合、主キー
(主キー項目)により連結する(グループ内優先順位に
並べて既述した例1のように連結する)。 (3) グループの組み合わせパターンが定義されてい
ない場合、検索実行不可とする。
(2) When there is one group, the groups are linked by the primary key (primary key item) (the links are arranged in the order of priority within the group and linked as in Example 1 described above). (3) If the combination pattern of the group is not defined, the search cannot be executed.

【0047】(4) グループの組み合わせパターンが
定義されている場合、下記の通りとする。 (4−1) 同一グループ内に複数のテーブルがある場
合、主キーにより連結する((2)の既述した例1のよ
うに連結する)。
(4) When a combination pattern of groups is defined, the following applies. (4-1) When there are a plurality of tables in the same group, the tables are linked by the primary key (linking is performed as in the example 1 described in (2)).

【0048】(4−2) 各グループから代表(親)の
テーブルを1つ選出(優先順位の高いテーブルを1つ選
出)し、組み合わせパターンが定義(設定)されている
連結キーを割り当てる。
(4-2) One representative (parent) table is selected from each group (one high-priority table is selected), and a connection key in which a combination pattern is defined (set) is assigned.

【0049】図14は、本発明の連結説明図を示す。こ
れは、既述した連結登録画面上から登録する手順を示し
たものである。図14において、S1は、連結グループ
登録する。これにより、右上に記載した連結テーブル1
6に既述した図示の項目が登録される(図10参照)。
FIG. 14 is an explanatory view of connection of the present invention. This shows the procedure of registration from the above-described connection registration screen. In FIG. 14, S1 registers a connection group. As a result, the connection table 1 described in the upper right
6 are registered (see FIG. 10).

【0050】S2は、連結パターン登録する。これによ
り、右側に記載した連結パターンテーブル17に既述し
た図示の項目が登録される(図11参照)。S3は、連
結表登録する。これにより、右下に記載した連結表テー
ブル18に既述した図示の項目が登録される(図12参
照)。
In step S2, a connection pattern is registered. As a result, the previously illustrated items are registered in the connection pattern table 17 described on the right side (see FIG. 11). In step S3, a consolidation table is registered. As a result, the above-described illustrated items are registered in the concatenation table 18 described in the lower right (see FIG. 12).

【0051】図15は、本発明の検索フローチャートを
示す。図15において、S11は、選択されたテーブル
が1つか判別する。これは、画面上から利用者が検索対
象のテーブルとして選択したテーブルが1つか判別す
る。YESの場合には、通常処理(1つのテーブルであ
るので、例えば連結することなく設定されている主キー
項目をもとに検索する(SQL文を自動作成して検索す
る))。一方、NOの場合には、本発明に係る連結が必
要となるので、S12に進む。
FIG. 15 shows a search flowchart of the present invention. In FIG. 15, S11 determines whether there is one selected table. This is to determine whether there is one table selected by the user as a search target table on the screen. In the case of YES, normal processing (because it is one table, for example, retrieval is performed based on the set primary key item without linking (SQL statement is automatically created and retrieved)). On the other hand, in the case of NO, the connection according to the present invention is required, and the process proceeds to S12.

【0052】S12は、選択されたテーブルのうち連結
表テーブルに登録されていないものがあるか判別する。
YESの場合には、エラーMSQ(エラーメッセージ)
を表示して終了する。NOの場合には、選択されたテー
ブルが全て連結表テーブル18に登録されていると判明
したので、S13に進む。
In S12, it is determined whether or not any of the selected tables is not registered in the connection table.
If yes, error MSQ (error message)
Is displayed and the process ends. In the case of NO, it is determined that all the selected tables are registered in the concatenation table 18, and the process proceeds to S 13.

【0053】S13は、連結表テーブルに、選択された
テーブルの属するグループが複数あるか判別する。YE
Sの場合には、S15に進む。NOの場合には、テーブ
ルが全てグループ内に属すると判明したので、S14に
進む。一方、S13のNOの場合には、S15に進む。
In S13, it is determined whether or not the connection table includes a plurality of groups to which the selected table belongs. YE
In the case of S, the process proceeds to S15. In the case of NO, it is determined that all the tables belong to the group, and the process proceeds to S14. On the other hand, if NO in S13, the process proceeds to S15.

【0054】S14は、S13のNOによって、選択さ
れたテーブルが全て同一グループ内のものであると判明
したので、既述した図13の末尾に記載した(2)の処
理を行う(例えば図13の(a)の例1で詳述した処理
を行う)。これにより、グループ内の複数のテーブルを
利用者が選択するのみで、自動的に図13の(a)の例
1で説明した(文1)のSQL文が作成されることとな
る。
In S14, since it is determined that all the selected tables belong to the same group by NO in S13, the process (2) described at the end of FIG. 13 described above is performed (for example, FIG. 13). (A) performs the processing described in detail in Example 1). Thus, the SQL sentence of (Sentence 1) described in Example 1 of FIG. 13A is automatically created only by the user selecting a plurality of tables in the group.

【0055】S15は、S13のYESで選択されたテ
ーブルが複数のグループに属すると判明したので、更
に、連結パターンが連結パターンテーブルに登録されて
いるか判別する。これは、選択されたテーブルの属する
グループについて、既述した図11の連結パターンテー
ブル17に登録されているパターンと一致するか判別す
る。YESの場合には、S16に進む。NOの場合には
エラーMSG(エラーメッセージ)を表示して終了す
る。
In S15, since it is determined that the table selected in S13 in YES belongs to a plurality of groups, it is further determined whether or not the connection pattern is registered in the connection pattern table. This determines whether the group to which the selected table belongs matches the pattern registered in the connection pattern table 17 of FIG. 11 described above. In the case of YES, the process proceeds to S16. If NO, an error MSG (error message) is displayed and the process ends.

【0056】S16は、連結パターンテーブルを読み、
(4)の処理を実施する。これは、既述した図13の末
尾に記載した(4)の処理を行う(例えば図13の
(b)の例2で詳述した処理を行う)。これにより、複
数のグループに属する複数のテーブルを利用者が選択す
るのみで、自動的に図13の(b)の例2で説明した
(文2)のSQL文が作成されることとなる。
In step S16, the connected pattern table is read.
The processing of (4) is performed. In this case, the processing (4) described at the end of FIG. 13 described above is performed (for example, the processing described in detail in Example 2 of (b) of FIG. 13 is performed). Thus, the SQL statement of (statement 2) described in the example 2 of FIG. 13B is automatically created only by the user selecting a plurality of tables belonging to a plurality of groups.

【0057】図16は、本発明の検索説明図を示す。こ
れは、既述した検索時の様子を判りやすく説明したもの
である。 ・利用者が4つのテーブル ・世帯基本属性 ・顧客基本属性 ・顧客取引計数 ・顧客取引基盤 を画面上から選択する。
FIG. 16 shows a search explanatory diagram of the present invention. This explains the above-described state at the time of retrieval in an easily understandable manner.・ Table with four users ・ Basic household attributes ・ Basic customer attributes ・ Customer transaction count ・ Customer transaction base is selected on the screen.

【0058】・検索条件設定手段(抽出条件項目)が
左側の画面上に示すようにテーブル選択欄、項目選択欄
にそれぞれ図示のように選択された4つのテーブルおよ
び選択された項目(店番、顧客番号、担当者番号など)
を表示する。
The search condition setting means (extraction condition items) are shown in the table on the left as shown in the table selection column and the item selection column, with four tables selected as shown and the selected items (store number, customer number). Numbers, contact numbers, etc.)
Is displayed.

【0059】・検索条件設定手段(出力項目)が右側
の画面上の選択項目欄に示すように、出力項目(例えば
店番、顧客番号、担当者番号など)を表示する。 ・検索実行操作手段が検索実行を開始させる。
The search condition setting means (output item) displays output items (for example, store number, customer number, person in charge, etc.) as shown in the selection item column on the screen on the right. The search execution operation means starts the search execution.

【0060】・自動連結手段が既述した図15のフロー
チャートに従い、選択されたテーブルをもとにSQL文
を自動生成する。 ・検索結果照会手段が自動生成されたSQL文をサーバ
に転送して検索結果を、下段の画面に示すように表示す
る。
The automatic connection unit automatically generates an SQL statement based on the selected table according to the flowchart of FIG. The search result inquiry means transfers the automatically generated SQL sentence to the server and displays the search result as shown in the lower screen.

【0061】[0061]

【発明の効果】以上説明したように、本発明によれば、
利用者が検索対象のテーブル名および入出力項目設定を
行うのみで自動的にテーブルを連結および条件設定して
データベースを検索・抽出し結果を出力する構成を採用
しているため、データべースの知識の無い初心者でも誤
設定なく迅速かつ効率的にデータベースを検索して所望
の結果が得られるシステムを実現できる。これらによ
り、 (1) 従来の習熟者が画面上で検索条件を設定などし
てデータベースを検索していたのに比し、単に検索対象
のテーブル名を選択することで自動的にSQL文が作成
されてデータベースを検索しその結果が表示されるの
で、単時間かつ誤設定することなく効率的にデータベー
スを使用して所望の結果を得ることが可能となった。
As described above, according to the present invention,
The database is configured by automatically connecting tables and setting conditions only by the user setting the table name and input / output items of the search target, searching and extracting the database, and outputting the results. Even a beginner who does not have knowledge of the above can realize a system that quickly and efficiently searches the database without erroneous setting and obtains a desired result. As a result, (1) SQL statements are automatically created simply by selecting a table name to be searched, as compared to a case where a conventional expert searches the database by setting search conditions on the screen. Then, since the database is searched and the result is displayed, a desired result can be obtained using the database efficiently in a short time without erroneous setting.

【0062】(2) 誤設定がなくなり、システムの信
頼性、安定性が向上できる。 (3) データベースの知識が無い人でも利用でき、デ
ータベースの利用者数の拡大を図ることが可能となる。
(2) Erroneous settings are eliminated, and the reliability and stability of the system can be improved. (3) Even people who do not have knowledge of the database can use it, and it is possible to increase the number of users of the database.

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

【図1】本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.

【図2】本発明の画面例(その1)である。FIG. 2 is a screen example (No. 1) of the present invention.

【図3】本発明の画面例(その2)である。FIG. 3 is a screen example (part 2) of the present invention.

【図4】本発明の画面例(その3)である。FIG. 4 is a screen example (part 3) of the present invention.

【図5】本発明の画面例(その4)である。FIG. 5 is a screen example (part 4) of the present invention.

【図6】本発明の画面例(その5)である。FIG. 6 is a screen example (No. 5) of the present invention.

【図7】本発明の画面例(その6)である。FIG. 7 is a screen example (part 6) of the present invention.

【図8】本発明の利用テーブル例である。FIG. 8 is an example of a usage table according to the present invention.

【図9】本発明のグループテーブル例である。FIG. 9 is an example of a group table according to the present invention.

【図10】本発明の連結テーブル例である。FIG. 10 is an example of a connection table according to the present invention.

【図11】本発明の連結パターンテーブル例である。FIG. 11 is an example of a connection pattern table according to the present invention.

【図12】本発明の連結表テーブル例である。FIG. 12 is an example of a concatenation table according to the present invention.

【図13】本発明の検索例である。FIG. 13 is a search example of the present invention.

【図14】本発明の連結説明図である。FIG. 14 is an explanatory view of connection of the present invention.

【図15】本発明の検索フローチャートである。FIG. 15 is a search flowchart of the present invention.

【図16】本発明の検索説明図である。FIG. 16 is an explanatory diagram of retrieval according to the present invention.

【符号の説明】[Explanation of symbols]

1:システム管理端末 2:連結情報登録手段 11:サーバ 12:RDBMS 14:利用テーブル 15:グループテーブル 16:連結テーブル 17:連結パターンテーブル 18:連結表テーブル 21:利用端末 22:テーブル選択手段 24:自動連結手段 25:検索手段 1: System management terminal 2: Connection information registration means 11: Server 12: RDBMS 14: Usage table 15: Group table 16: Connection table 17: Connection pattern table 18: Connection table table 21: Usage terminal 22: Table selection means 24: Automatic connection means 25: Search means

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】複数テーブルから構成されるデータベース
を検索する命令を生成するデータベース処理装置におい
て、 1つのグループに属する複数のテーブルと関連づけるキ
ー項目を登録するグループ情報記憶部と、 検索対象の複数のテーブルの指定に対応して、上記グル
ープ情報記憶部のテーブルおよびキー項目の情報を参照
して連結命令を生成する連結手段とを備えたことを特徴
とするデータベース処理装置。
1. A database processing apparatus for generating an instruction for searching a database composed of a plurality of tables, comprising: a group information storage unit for registering a key item associated with a plurality of tables belonging to one group; A database processing apparatus comprising: a linking unit that generates a linking command by referring to the table and the key item information in the group information storage unit in accordance with the specification of the table.
【請求項2】上記同一グループ内のテーブル名に優先順
位を設定し、上記該当キー項目を取り出して優先順に連
結命令を生成することを特徴とする請求項1記載のデー
タベース処理装置。
2. The database processing apparatus according to claim 1, wherein priorities are set for table names in the same group, the corresponding key items are taken out, and a linking instruction is generated in a priority order.
【請求項3】複数のグループ間で連結するパターンと各
グループを関連づけるキー項目を登録する連結パターン
記憶部を設け、 上記連結手段は上記指定されたテーブル名が複数のグル
ープに属する場合には上記連結パターン記憶部のグルー
プおよびキー項目の情報を参照して連結命令を生成する
ことを特徴とする請求項1記載のデータベース処理装
置。
3. A connection pattern storage unit for registering a pattern to be connected between a plurality of groups and a key item for associating each group with each other, wherein the connection unit is configured to store the specified table name when the specified table name belongs to a plurality of groups. 2. The database processing apparatus according to claim 1, wherein the connection instruction is generated with reference to the information on the group and the key item in the connection pattern storage unit.
【請求項4】1つのグループに属する複数のテーブルと
関連づけるキー項目をグループ情報記憶部に登録する手
段と、 検索対象の複数のテーブルの指定に対応して、上記グル
ープ情報記憶部のテーブルおよびキー項目の情報を参照
して連結命令を生成する連結手段として機能させるプロ
グラムを記録したコンピュータ読み取り可能な記録媒
体。
4. A means for registering key items to be associated with a plurality of tables belonging to one group in a group information storage unit, and a table and a key in said group information storage unit corresponding to a specification of a plurality of tables to be searched. A computer-readable recording medium that records a program that functions as a linking unit that generates a linking command by referring to information of an item.
JP32882297A 1997-11-28 1997-11-28 Database processing device and recording medium Expired - Fee Related JP3536964B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32882297A JP3536964B2 (en) 1997-11-28 1997-11-28 Database processing device and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32882297A JP3536964B2 (en) 1997-11-28 1997-11-28 Database processing device and recording medium

Publications (2)

Publication Number Publication Date
JPH11161665A true JPH11161665A (en) 1999-06-18
JP3536964B2 JP3536964B2 (en) 2004-06-14

Family

ID=18214484

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32882297A Expired - Fee Related JP3536964B2 (en) 1997-11-28 1997-11-28 Database processing device and recording medium

Country Status (1)

Country Link
JP (1) JP3536964B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001034634A (en) * 1999-07-26 2001-02-09 Nec Software Chugoku Ltd Data base retrieval system and program recording medium for the system
KR101289218B1 (en) * 2011-06-10 2013-07-29 주식회사 포스코 Wire rod, drawn wire having high-strength and excellent corrosion resistance and method for manufacturing thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0554083A (en) * 1991-08-21 1993-03-05 Nec Corp Database retrieval system
JPH06282579A (en) * 1993-03-25 1994-10-07 Lion Corp Retrieval expression preparing method for data base
JPH0934899A (en) * 1995-07-21 1997-02-07 Nippon Telegr & Teleph Corp <Ntt> Retrieval path output method and device
JPH09128456A (en) * 1995-10-27 1997-05-16 Kobe Nihondenki Software Kk Table combining system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0554083A (en) * 1991-08-21 1993-03-05 Nec Corp Database retrieval system
JPH06282579A (en) * 1993-03-25 1994-10-07 Lion Corp Retrieval expression preparing method for data base
JPH0934899A (en) * 1995-07-21 1997-02-07 Nippon Telegr & Teleph Corp <Ntt> Retrieval path output method and device
JPH09128456A (en) * 1995-10-27 1997-05-16 Kobe Nihondenki Software Kk Table combining system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001034634A (en) * 1999-07-26 2001-02-09 Nec Software Chugoku Ltd Data base retrieval system and program recording medium for the system
KR101289218B1 (en) * 2011-06-10 2013-07-29 주식회사 포스코 Wire rod, drawn wire having high-strength and excellent corrosion resistance and method for manufacturing thereof

Also Published As

Publication number Publication date
JP3536964B2 (en) 2004-06-14

Similar Documents

Publication Publication Date Title
JPH11161665A (en) Data base processor and recording medium
JP4048006B2 (en) Database search system and method
JPH08329101A (en) Data base system
WO2003019843A9 (en) Method and apparatus for formatting a data grid for the display of a view
JPH07306862A (en) Information retrieving method
JPH10222334A (en) Screen controller and storage medium
JPH0546450A (en) Multihost data base access device
JP3331233B2 (en) Interactive data retrieval and extraction system for relational databases
JPS6325774A (en) Information registering/retrieving device
JPH07262196A (en) Data base retrieval device using knowledge base
JP2881618B2 (en) Command generator
JPH1091644A (en) Method and device for processing data base query
JPH06301735A (en) Data base retrieving device
JP2906638B2 (en) Database search system
JP2003233516A (en) Database, computer readable program, database management system, new registration method for database, retrieving method in database, and update registration method for database
JP2000003401A (en) Form preparation processing system
JPH08249356A (en) Database retrieval system
JPS63316124A (en) Information retrieval method
JPH10105560A (en) Method and device for retrieving data base
JPH01298450A (en) Data base system
JPH0748185B2 (en) Sub-query editing device and method
JPH09128278A (en) Data base update procedure generation device
JPH05233713A (en) Learning type ambiguity retrieving method
JPH10320247A (en) Database management system
JPH07281882A (en) Data base normalization support device

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040206

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040309

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040310

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080326

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090326

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100326

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100326

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110326

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110326

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120326

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130326

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130326

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140326

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees