Skip to content

Instantly share code, notes, and snippets.

View sergiohdljr's full-sized avatar
🏠
Working from home

Sérgio de Lima Júnior sergiohdljr

🏠
Working from home
View GitHub Profile
@sergiohdljr
sergiohdljr / Clinica.sql
Last active August 30, 2023 15:17
Clinica banco de dados
-- Criando Banco de Dados
mysql> CREATE DATABASE bd_clinica;
-- Usando Banco de Dados
mysql> USE bd_clinica;
-- Criando tabelas
mysql> CREATE TABLE tbl_Ambulatorios (
-> nroa INT PRIMARY KEY,
-> andar NUMERIC(3) NOT NULL,
-> capacidade SMALLINT );
@sergiohdljr
sergiohdljr / atvd.sql
Last active August 29, 2023 19:57
atividade-bd
-- CRIANDO BANCO DE DADOS
mysql> CREATE DATABASE db_senac;
mysql> USE db_senac;
-- CRIANDO TABLEAS
mysql> CREATE TABLE tbl_funcionarios (
-> Codigo INT NOT NULL AUTO_INCREMENT,
-> PrimeiroNome VARCHAR(50) NOT NULL,
-> SegundoNome VARCHAR(50),
-> UltimoNome VARCHAR(50) NOT NULL,
@sergiohdljr
sergiohdljr / revis-o-python.ipynb
Created August 24, 2023 20:43
Revisão Python.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
export const dummy = [
{
title: "Shrek",
thumbnail:
"https://s2.glbimg.com/y1bduR7O9iMxVj0tVP5U6IsSSeY=/0x0:607x350/984x0/smart/filters:strip_icc()/i.s3.glbimg.com/v1/AUTH_ba3db981e6d14e54bb84be31c923b00c/internal_photos/bs/2021/h/3/2priFtRwykPwl34XyDkA/2018-05-18-shrek.jpg",
},
{
title: "Shrek",
thumbnail:
"https://s2.glbimg.com/y1bduR7O9iMxVj0tVP5U6IsSSeY=/0x0:607x350/984x0/smart/filters:strip_icc()/i.s3.glbimg.com/v1/AUTH_ba3db981e6d14e54bb84be31c923b00c/internal_photos/bs/2021/h/3/2priFtRwykPwl34XyDkA/2018-05-18-shrek.jpg",