MiniSgbd Run SQL logo MiniSgbd Run SQL

MiniSgbd Run SQL

🆓 free

Version 1.0 💾 1 Mb
📅 Updated May 19, 201

4.9/5 ( 120+ reviews)
Android application MiniSgbd Run SQL screenshort

Features MiniSgbd Run SQL

O MiniSGBD Run SQL (DBMS), é um aplicativo educativo para auxiliar o aprendizado da linguagem SQL.
O app executa os comandos básicos de SQL por uma interface de linha de comando (Terminal), os comandos e querys são basicamente a primeira vista parecidos com o MySQL quando executados por linha de comando.
Os dados são salvos e podem ser consultados, também possui uma lista de comandos anteriores executados.
Segue a lista atualmente das operações possíveis.Exemplos:create database mundo;use mundo;show databases;show tables;create table pessoa (id integer primary key not null, nome varchar(40));describe pessoa;insert into pessoa values (1, 'Jhon');select * from pessoa;select id, nome from pessoa;select t1.id, t2.id from table as t1 join table as t2 on t1.id = t2.id;select all from pessoa order by id;select * from pessoa where id = 1 and nome like '%jho%';delete from pessoa where id = 1 and ...
or ...;update pessoa set nome = 'Jack' where id = 1 and ...;drop table pessoa;drop database mundo;
Tipos de dados = [integer, double, char, varchar(xx), date yyyy-mm-dd]Tipos de dados = [null, not null, unique, primary key]Para sair do programa = [exit ou quit]Ajuda = [help; ou h; ou ?;] for help.

Secure & Private

Your data is protected with industry-leading security protocols.

24/7 Support

Our dedicated support team is always ready to help you.

Personalization

Customize the app to match your preferences and workflow.

Screenshots

See the MiniSgbd Run SQL in Action

MiniSgbd Run SQL Screen 1
MiniSgbd Run SQL Screen 2
MiniSgbd Run SQL Screen 3
MiniSgbd Run SQL Screen 4

Get the App Today

Download on Google Play

Available for Android 8.0 and above