Skip to content
View blackkseaw's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report blackkseaw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
blackkseaw/README.md

🚀 Acessando database blackkseaw

create database blackkseaw;
use blackkseaw;

CREATE TABLE USER (
    IDUSER INT PRIMARY KEY AUTO_INCREMENT,
    NOME VARCHAR(50),
    AREA VARCHAR(100),
    IDADE INT,
    PAIS VARCHAR(25)
);

INSERT INTO USER (NOME,AREA1, AREA2, IDADE,PAIS)
VALUES ('Laura Ferrari','Desenvolvimento de Sistemas','Design Gráfico',18,'Brasil');

Conhecimento básico em

📊 Coisinhas do Github

**LAURA** github stats


🎮 Links

🏡 Portfólio | 📫 Email | 👔 Linkedin

💻 Projetos recentes

Pinned

  1. SA_Android SA_Android Public

    Coding project with Android Studio

    Java 2

  2. portfolio portfolio Public

    Website developed as a portfolio.

    CSS

  3. Card Card Public

    Studying "Easy Tutorials's" video

    JavaScript

  4. Lerigou/Heroes-Of-OOP Lerigou/Heroes-Of-OOP Public

    Java 3