Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
APK ڈاؤنلوڈر کروم توسیع شامل کریں
لاگ ان اکاؤنٹ کے بغیر گوگل پلے اسٹور سے مفت APK/XAPK فائلیں ڈاؤن لوڈ کریں۔
اب انسٹال
MiniSgbd Run SQL آئیکن

2.0 1 جائزے


1.2 by Osvaldimar Costa


Dec 21, 2016

About MiniSgbd Run SQL

Mini SGBD (DBMS) Performs commands in the SQL language by command line.

MiniSGBD Execute SQL (DBMS), is an educational application to assist or learn the SQL language. The application runs the basic SQL commands through a command-line interface (Terminal), commands and queries are basically a first-time view with MySQL when executed by the command line. The data is saved and can be queried, also have a list of previous commands executed. Here is a list of possible operations.

Examples:

create database world;

use world;

show databases;

show tables;

create table people (id integer primary key not null, name varchar(40));

describe people;

insert into people values (1, 'Jhon');

select * from people;

select id, name from people;

select t1.id, t2.id from table as t1 table as t2 on t1.id = t2.id;

select all from people order by id;

select * from people where id = 1 and name like '%jho%';

delete from people where id = 1 and ... or ...;

update people set name = 'Jack' where id = 1 and ...;

drop table people;

drop database world;

Type data = [integer, double, char, varchar(xx), date yyyy-mm-dd]

Type data = [null, not null, unique, primary key]

Exit the program = [exit ou quit]

Help = [help; ou h; ou ?;] for help.

ترجمہ لوڈ ہو رہا ہے...

معلومات ایپ اضافی

تازہ ترین ورژن

MiniSgbd Run SQL اپ ڈیٹ کی درخواست کریں 1.2

اپ لوڈ کردہ

Angel Fleitas

Android درکار ہے

Android 4.0+

مزید دکھائیں

میں نیا کیا ہے 1.2 تازہ ترین ورژن

Last updated on Dec 21, 2016

- Fixed internal storage error on 'create database'.
- Fixed code to accept data of type null in the command 'insert table values'.

- Corrigido erro de armazenamento interno em 'criar banco de dados'.
- Corrigido o código para aceitar dados do tipo null no comando 'inserir valores de tabela'

مزید دکھائیں

MiniSgbd Run SQL اسکرین شاٹس

پچھلے 24 گھنٹوں میں مشہور مضامین

تبصرہ لوڈ ہو رہا ہے...
زبانیں
APKPure کو سبسکرائب کریں
ابتدائی ریلیز ، خبروں ، اور بہترین اینڈروئیڈ گیمز اور ایپس کے رہنماؤں تک رسائی حاصل کرنے والے پہلے بنیں۔
نہیں شکریہ
سائن اپ
کامیابی کے ساتھ سبسکرائب!
اب آپ کو اپک پور کی سبسکرائب کیا گیا ہے۔
APKPure کو سبسکرائب کریں
ابتدائی ریلیز ، خبروں ، اور بہترین اینڈروئیڈ گیمز اور ایپس کے رہنماؤں تک رسائی حاصل کرنے والے پہلے بنیں۔
نہیں شکریہ
سائن اپ
کامیابی!
اب آپ ہمارے نیوز لیٹر کی رکنیت لے چکے ہیں۔