A Script Language for Data Integration in Database
Databases
2007-05-23 v1
Abstract
A Script Language in this paper is designed to transform the original data into the target data by the computing formula. The Script Language can be translated into the corresponding SQL Language, and the computation is finally implemented by the first type of dynamic SQL. The Script Language has the operations of insert, update, delete, union, intersect, and minus for the table in the database.The Script Language is edited by a text file and you can easily modify the computing formula in the text file to deal with the situations when the computing formula have been changed. So you only need modify the text of the script language, but needn't change the programs that have complied.
Keywords
Cite
@article{arxiv.cs/0301009,
title = {A Script Language for Data Integration in Database},
author = {Qingguo Zheng},
journal= {arXiv preprint arXiv:cs/0301009},
year = {2007}
}
Comments
9 pages