Triyanna Widyaningtyas
Universitas Negeri Malang

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search
Journal : Knowledge Engineering and Data Science

SQL Logic Error Detection by Using Start End Mid Algorithm Jevri Tri Ardiansah; Aji Prasetya Wibawa; Triyanna Widyaningtyas; Okazaki Yasuhisa
Knowledge Engineering and Data Science Vol 1, No 1 (2018)
Publisher : Universitas Negeri Malang

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (608.845 KB) | DOI: 10.17977/um018v1i12018p33-38

Abstract

Data base is an important part of a system and it stores data to be manipulated. A language called SQL (Structured Query Language) is used for manipulating those data to make needed information. There are two types of error which make SQL more difficult in practical implementation. They are syntax error and logic error. The difference between them is that syntax error can be detected by compiler so it is easy to learn by its warning. But compiler does not show error warning if logical error was occurred. It makes logic error is more difficult to understand than syntax error. To help data base's user to learn SQL in practical implementation, web based SQL compiler that be able to detect syntax and logic error is developed by using Start End Mid algorithm.