create database aulaBD;
use aulaBD;
create table Tbl_Cliente(
id_cliente int auto_increment not null primary key,
nome varchar(30),
telefone varchar(30),
debitos double);
insert into Tbl_Cliente (nome, telefone, debitos) VALUES ('Ana','12345678', '90.50');
select*from Tbl_Cliente WHERE nome = 'Ana';
Watch video Como Criar um Banco de Dados - MySQL - Simples e Objetivo online without registration, duration hours minute second in high quality. This video was added by user Walisson Gomes 04 July 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 32,737 once and liked it 767 people.