SQL relational database system Application icon

SQL relational database system 1.0

2.3 MB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

SQL relational database system, developed and published by YURI ATAEV, has released its latest version, 1.0, on 2020-08-22. This app falls under the Tools category on the Google Play Store and has achieved over 50 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

SQL relational database system APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: atabase.yuri

Updated: 4 years ago

Developer Name: YURI ATAEV

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing SQL relational database system on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

SQL relational database system 1.0
2020-08-22 / 2.3 MB / Android 4.1+

About this app

If you use Android 6 Marshmallow or above, enable memory access permission
manually for this appplication to run in task manager mode, please!
Otherwise this application can't run normally in Marshmallow.
No problems to run in other Android OS.

SQL RDBMS (ATABASE), the SQL relational database management system
complex application for Android OS provides the next:

- Creating any simple or complex relational dabases
- Renaming or delete databases
- Runing any simple or very complex SQL queries
- Calculation any complex mathematical expressions in SELECT queries
- Creating VIEWs in databases by any SQL SELECT queries
- Browsing any table of a database as a table form
- Browsing any VIEW of a database as a table form
- Backuping and restoring any database
- Importing CSV files into new tables in a database (Windows 1251 code page for now)
- Exporting tables of databases as CSV files (Windows 1251 code page for now)
- Checking out any databases structure (tables and VIEWs)
- Checking out any tables structures in any databases
- Checking out SQL SELECT queries content of any VIEW
- SQL queries templates list provided for quick learn SQL and to try
- SQL Script Master mode to run any SQL script file and check the execute result list
- SQL queries constructor mode to simplify the design SQL queries process
- Up to 100 last successfull SQL commands save list to retry and memory
- Scripting database modes to script database structure, data of a database or database in whole
- Primary key consdtraint check for all data types
- SQL join RELATIONAL ALGEBRA for join tables on all types of colums data
- Reporting and sharing reports created of VIEWs data sets
- Creating charts of VIEWs numeric data sets for visual qualitative representation
- Creating normalized data BAR,GRAPH and PIE charts of any numeric column data of a VIEW.
- TIME and DATE types components in WHERE logical expressions use.
- Multi level ordering feature for all types of columns and for any component of DATE and TIME types.
- Multi level grouping feature for all types of columns and for any component of DATE and TIME types
- Unusual use of universal function LIKE in WHERE logical expressions. See WEB site for explanations.


Data types supported in columns of tables are:

int - integer
pkint - integer with primary key constraint check
numeric - real number (with dot)
pknumeric - real number (with dot) with primary key constraint check
varchar - any string data as 'This is string data'
pkvarchar - any string data with primary key constraint check
date - date like 'yyyy.mm.dd', 'yyyy/mm/dd', 'yyyy-mm-dd' where yyyy - year, mm - month, dd - day number
pkdate - date with primary key constraint check
time - time as 'hh:mm:ss' where hh - hour, mm - minute, ss - second
pktime - time with primary key constraint check
picture - same as varchar with '.jpg', '.png', '.bmp' at the end of string like 'Picture1.jpg'
pkpicture - picture with primary key constraint check

Primary key constraint check for column of a table is check for uniqueness
of data for that column in the table. That rule is for every column with
primary key constraint check but not for column data combinations constraint chect
if two or more colums have primary key constraint in this application.

Mathematical functions available are:
PI() - pi number
E() - e number
RANDOM() - random number
ASIN() - arc sinus
ASIN() - arc cosinus\
ATAN() - arc tangent
SIN() - sinus
COS() - cosinus
TAN() - tangent
CBRT() - cubic root
SQRT() - square root
exp2() - square exponent
exp() - natural exponent
log10() - base 10 logarithm
log() - natural logarithm
abs() - absolute value
degrees() - convertion into degreess
radioans() - convertion into radians
rint() - round into integer
round() - round double presision number
ceil() - truncate into whole integer
floor() - truncate
sign() - convert double presision natural number into integer 1 with a sign

New features

SQL Relational Database Management System in your mobile phone. Refurbished to up to date.

App Permissions

Allows an application to read from external storage.
Allows an application to write to external storage.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows applications to open network sockets.
Allows applications to access information about networks.