期刊名称:International Journal of Computer Science Issues
印刷版ISSN:1694-0784
电子版ISSN:1694-0814
出版年度:2016
卷号:13
期号:1
出版社:IJCSI Press
摘要:XML has emerged as a standard for representing data over the internet. Relational Databases provides a mature Way to Store and Query these documents. XML documents can be stored either schema based or schema less in relational databases. Query Translation of XML queries in to SQL Queries is found an interesting problem for researchers. In this paper we deal with translation of XPATH query in to SQL . We provide an Algorithm which will convert XPATH in to SQL without using advanced SQL operator. This Algorithm will handle the parent-child and ancestor-descendant relationship of XPATH expression and shows how translation of these expressions in to SQL expressions occurs.