SlideShare a Scribd company logo
ESTAGIO.ACOMPANHAMENTOS
*PF IDT_ALU NUMBER (6)
*PF SEQ_ALOC NUMBER (2)
*P ANO NUMBER (4)
*P MES NUMBER (2)
* QTD_HORAS NUMBER (2)
* VAL_HORA NUMBER (6,2)
OBSERVACAO VARCHAR2 (300 BYTE)
ACO_PK (IDT_ALU, SEQ_ALOC, ANO, MES)
ACO_PK (IDT_ALU, SEQ_ALOC, ANO, MES)
ESTAGIO.AGENTES_INTEGRACAO
*P IDT_AGT NUMBER (2)
* NOM_AGT VARCHAR2 (80 BYTE)
AGT_PK (IDT_AGT)
AGT_PK (IDT_AGT)
AGT_NOME_IDX (NOM_AGT)
ESTAGIO.ALOCACOES
*P IDT_ALU NUMBER (6)
*P SEQ_ALOC NUMBER (2)
*F IDT_VAGAS NUMBER (7)
* TPO_ESTAG VARCHAR2 (1 BYTE)
* VOLUNTARIO CHAR (1 BYTE)
*F IDT_AGT NUMBER (2)
* DAT_INICIO DATE
* DAT_PREV_FIM DATE
* QTD_HORAS NUMBER (2)
VAL_HORA NUMBER (6,2)
VAL_SEG NUMBER (6,2)
DAT_FIM DATE
ALO_PK (SEQ_ALOC, IDT_ALU)
ALO_ALU_FK_I (IDT_ALU)
ALO_VAG_FK_I (IDT_VAGAS)
ALO_AGT_FK_I (IDT_AGT)
ALO_PK (SEQ_ALOC, IDT_ALU)
ESTAGIO.AREAS_ATUACOES
*P IDT_AREA NUMBER (4)
* DSC_AREA VARCHAR2 (40 BYTE)
ADA_PK (IDT_AREA)
ADA_PK (IDT_AREA)
ESTAGIO.AREAS_VAGAS
*PF IDT_AREA NUMBER (4)
*PF IDT_VAGAS NUMBER (7)
ADV_PK (IDT_AREA, IDT_VAGAS)
ADV_VAG_FK_I (IDT_VAGAS, IDT_AREA)
ESTAGIO.ATUACOES
*PF IDT_AREA NUMBER (4)
*PF IDT_ESTAG NUMBER (7)
ATU_PK (IDT_AREA, IDT_ESTAG)
ATU_EST_FK_I (IDT_ESTAG, IDT_AREA)
ESTAGIO.CAPACIDADES
*P IDT_CAP NUMBER (4)
* DSC_CAP VARCHAR2 (40 BYTE)
CAP_PK (IDT_CAP)
CAP_PK (IDT_CAP)
ESTAGIO.CAPACIDADES_VAGAS
*PF IDT_VAGAS NUMBER (7)
*PF IDT_CAP NUMBER (4)
CDV_PK (IDT_VAGAS, IDT_CAP)
CDV_CAP_FK_I (IDT_CAP, IDT_VAGAS)
ESTAGIO.EMPRESAS
*P IDT_EMP NUMBER (5)
*F IDT_RAMO NUMBER (4)
*F COD_TPO NUMBER (4)
* VINCULADO CHAR (1 BYTE)
* STATUS CHAR (1 BYTE)
* SENHA CHAR (32 BYTE)
* NOM_EMP VARCHAR2 (50 BYTE)
*U CNPJ VARCHAR2 (15 BYTE)
* RAZ_SOCIAL VARCHAR2 (50 BYTE)
DAT_INI DATE
DAT_TER DATE
EMP_PK (IDT_EMP)
EMP_UK (CNPJ)
EMP_PK (IDT_EMP)
EMP_UK (CNPJ)
EMP_RDA_FK_I (IDT_RAMO, IDT_EMP)
EMP_TEA_FK_I (COD_TPO, IDT_EMP)
ESTAGIO.ESTABELECIMENTOS
*PF IDT_EMP NUMBER (5)
*P SEQ_EMP NUMBER (4)
* TPO_EST CHAR (1 BYTE)
* CEP_EST CHAR (8 BYTE)
* UF_EST CHAR (2 BYTE)
* DSC_EST VARCHAR2 (40 BYTE)
* RSP_EST VARCHAR2 (40 BYTE)
* PES_CONTATO VARCHAR2 (40 BYTE)
* END_EST VARCHAR2 (40 BYTE)
* BAI_EST VARCHAR2 (30 BYTE)
* CID_EST VARCHAR2 (30 BYTE)
FONE1 VARCHAR2 (14 BYTE)
FONE2 VARCHAR2 (14 BYTE)
COM_END VARCHAR2 (40 BYTE)
EMAIL VARCHAR2 (40 BYTE)
ESB_PK (IDT_EMP, SEQ_EMP)
ESB_PK (IDT_EMP, SEQ_EMP)
ESTAGIO.ESTAGIARIOS
*P IDT_ESTAG NUMBER (7)
* TUR_DISP NUMBER (1)
* DAT_INSC DATE
* STA_ESTAG CHAR (1 BYTE)
* STA_DOC CHAR (1 BYTE)
EST_PK (IDT_ESTAG)
EST_PK (IDT_ESTAG)
ESTAGIO.QUALIFICACOES
*PF IDT_ESTAG NUMBER (7)
*PF IDT_CAP NUMBER (4)
* ESCORE CHAR (1 BYTE)
QUA_PK (IDT_ESTAG, IDT_CAP)
QUA_CAP_FK_I (IDT_CAP, IDT_ESTAG)
ESTAGIO.RAMOS_ATUACOES
*P IDT_RAMO NUMBER (4)
* DSC_RAMO VARCHAR2 (40 BYTE)
RDA_PK (IDT_RAMO)
RDA_PK (IDT_RAMO)
ESTAGIO.TIPOS_EMPRESAS
*P COD_TPO NUMBER (4)
* DSC_TPO VARCHAR2 (60 BYTE)
TEA_PK (COD_TPO)
TEA_PK (COD_TPO)
ESTAGIO.VAGAS
*P IDT_VAGAS NUMBER (7)
*F IDT_EMP NUMBER (5)
*F SEQ_EMP NUMBER (4)
* TPO_VAGA CHAR (1 BYTE)
* QTD_VAGAS NUMBER (3)
* QTD_OCUPADAS NUMBER (3)
* STA_VAGAS CHAR (1 BYTE)
* DAT_CRIACAO DATE
* DAT_INICIO DATE
* NUM_PASTA NUMBER (6)
DAT_FIM DATE
VAG_PK (IDT_VAGAS)
VAG_PK (IDT_VAGAS)
VAG_IDX_DAT (DAT_INICIO, IDT_EMP, SEQ_EMP)
VAG_ESB_FK_I (IDT_EMP, SEQ_EMP)

More Related Content

Similar to Der físico

The Ring programming language version 1.7 book - Part 115 of 196
The Ring programming language version 1.7 book - Part 115 of 196The Ring programming language version 1.7 book - Part 115 of 196
The Ring programming language version 1.7 book - Part 115 of 196
Mahmoud Samir Fayed
 
The Ring programming language version 1.3 book - Part 65 of 88
The Ring programming language version 1.3 book - Part 65 of 88The Ring programming language version 1.3 book - Part 65 of 88
The Ring programming language version 1.3 book - Part 65 of 88
Mahmoud Samir Fayed
 
The Ring programming language version 1.5.3 book - Part 94 of 184
The Ring programming language version 1.5.3 book - Part 94 of 184The Ring programming language version 1.5.3 book - Part 94 of 184
The Ring programming language version 1.5.3 book - Part 94 of 184
Mahmoud Samir Fayed
 
Linuxカーネルを読んで改めて知るプロセスとスレッドの違い
Linuxカーネルを読んで改めて知るプロセスとスレッドの違いLinuxカーネルを読んで改めて知るプロセスとスレッドの違い
Linuxカーネルを読んで改めて知るプロセスとスレッドの違い
Retrieva inc.
 
The Ring programming language version 1.2 book - Part 62 of 84
The Ring programming language version 1.2 book - Part 62 of 84The Ring programming language version 1.2 book - Part 62 of 84
The Ring programming language version 1.2 book - Part 62 of 84
Mahmoud Samir Fayed
 
LG DA0LG2MB6D0 REV D PDF.pdf
LG DA0LG2MB6D0 REV D PDF.pdfLG DA0LG2MB6D0 REV D PDF.pdf
LG DA0LG2MB6D0 REV D PDF.pdf
HomeCell3
 
The Ring programming language version 1.4 book - Part 23 of 30
The Ring programming language version 1.4 book - Part 23 of 30The Ring programming language version 1.4 book - Part 23 of 30
The Ring programming language version 1.4 book - Part 23 of 30
Mahmoud Samir Fayed
 
The Ring programming language version 1.7 book - Part 112 of 196
The Ring programming language version 1.7 book - Part 112 of 196The Ring programming language version 1.7 book - Part 112 of 196
The Ring programming language version 1.7 book - Part 112 of 196
Mahmoud Samir Fayed
 
The CV you'll have to compile
The CV you'll have to compileThe CV you'll have to compile
The CV you'll have to compile
Deák Ferenc-Lajos
 
The Ring programming language version 1.8 book - Part 123 of 202
The Ring programming language version 1.8 book - Part 123 of 202The Ring programming language version 1.8 book - Part 123 of 202
The Ring programming language version 1.8 book - Part 123 of 202
Mahmoud Samir Fayed
 
Sort presentation
Sort presentationSort presentation
Sort presentation
Ramakrishna Pulikonda
 
# peripheral registers .equ PWR_BASE0x40007000 .equ PWR_CR0x00 .docx
# peripheral registers  .equ PWR_BASE0x40007000    .equ PWR_CR0x00  .docx# peripheral registers  .equ PWR_BASE0x40007000    .equ PWR_CR0x00  .docx
# peripheral registers .equ PWR_BASE0x40007000 .equ PWR_CR0x00 .docx
mayank272369
 
Project hotel on hotel management fo
Project  hotel on hotel management foProject  hotel on hotel management fo
Project hotel on hotel management fo
Sunny Singhania
 
Global Change, Species Diversity, and the Future of Marine Ecosystems
Global Change, Species Diversity, and the Future of Marine EcosystemsGlobal Change, Species Diversity, and the Future of Marine Ecosystems
Global Change, Species Diversity, and the Future of Marine Ecosystems
Jarrett Byrnes
 
The 3Ps of Managed Network Services
The 3Ps of Managed Network ServicesThe 3Ps of Managed Network Services
The 3Ps of Managed Network Services
ReadWrite
 
The Ring programming language version 1.10 book - Part 130 of 212
The Ring programming language version 1.10 book - Part 130 of 212The Ring programming language version 1.10 book - Part 130 of 212
The Ring programming language version 1.10 book - Part 130 of 212
Mahmoud Samir Fayed
 
SCC2017「両利きスマホアプリ開発のススメ」資料
SCC2017「両利きスマホアプリ開発のススメ」資料SCC2017「両利きスマホアプリ開発のススメ」資料
SCC2017「両利きスマホアプリ開発のススメ」資料
Kenji Sakashita
 

Similar to Der físico (17)

The Ring programming language version 1.7 book - Part 115 of 196
The Ring programming language version 1.7 book - Part 115 of 196The Ring programming language version 1.7 book - Part 115 of 196
The Ring programming language version 1.7 book - Part 115 of 196
 
The Ring programming language version 1.3 book - Part 65 of 88
The Ring programming language version 1.3 book - Part 65 of 88The Ring programming language version 1.3 book - Part 65 of 88
The Ring programming language version 1.3 book - Part 65 of 88
 
The Ring programming language version 1.5.3 book - Part 94 of 184
The Ring programming language version 1.5.3 book - Part 94 of 184The Ring programming language version 1.5.3 book - Part 94 of 184
The Ring programming language version 1.5.3 book - Part 94 of 184
 
Linuxカーネルを読んで改めて知るプロセスとスレッドの違い
Linuxカーネルを読んで改めて知るプロセスとスレッドの違いLinuxカーネルを読んで改めて知るプロセスとスレッドの違い
Linuxカーネルを読んで改めて知るプロセスとスレッドの違い
 
The Ring programming language version 1.2 book - Part 62 of 84
The Ring programming language version 1.2 book - Part 62 of 84The Ring programming language version 1.2 book - Part 62 of 84
The Ring programming language version 1.2 book - Part 62 of 84
 
LG DA0LG2MB6D0 REV D PDF.pdf
LG DA0LG2MB6D0 REV D PDF.pdfLG DA0LG2MB6D0 REV D PDF.pdf
LG DA0LG2MB6D0 REV D PDF.pdf
 
The Ring programming language version 1.4 book - Part 23 of 30
The Ring programming language version 1.4 book - Part 23 of 30The Ring programming language version 1.4 book - Part 23 of 30
The Ring programming language version 1.4 book - Part 23 of 30
 
The Ring programming language version 1.7 book - Part 112 of 196
The Ring programming language version 1.7 book - Part 112 of 196The Ring programming language version 1.7 book - Part 112 of 196
The Ring programming language version 1.7 book - Part 112 of 196
 
The CV you'll have to compile
The CV you'll have to compileThe CV you'll have to compile
The CV you'll have to compile
 
The Ring programming language version 1.8 book - Part 123 of 202
The Ring programming language version 1.8 book - Part 123 of 202The Ring programming language version 1.8 book - Part 123 of 202
The Ring programming language version 1.8 book - Part 123 of 202
 
Sort presentation
Sort presentationSort presentation
Sort presentation
 
# peripheral registers .equ PWR_BASE0x40007000 .equ PWR_CR0x00 .docx
# peripheral registers  .equ PWR_BASE0x40007000    .equ PWR_CR0x00  .docx# peripheral registers  .equ PWR_BASE0x40007000    .equ PWR_CR0x00  .docx
# peripheral registers .equ PWR_BASE0x40007000 .equ PWR_CR0x00 .docx
 
Project hotel on hotel management fo
Project  hotel on hotel management foProject  hotel on hotel management fo
Project hotel on hotel management fo
 
Global Change, Species Diversity, and the Future of Marine Ecosystems
Global Change, Species Diversity, and the Future of Marine EcosystemsGlobal Change, Species Diversity, and the Future of Marine Ecosystems
Global Change, Species Diversity, and the Future of Marine Ecosystems
 
The 3Ps of Managed Network Services
The 3Ps of Managed Network ServicesThe 3Ps of Managed Network Services
The 3Ps of Managed Network Services
 
The Ring programming language version 1.10 book - Part 130 of 212
The Ring programming language version 1.10 book - Part 130 of 212The Ring programming language version 1.10 book - Part 130 of 212
The Ring programming language version 1.10 book - Part 130 of 212
 
SCC2017「両利きスマホアプリ開発のススメ」資料
SCC2017「両利きスマホアプリ開発のススメ」資料SCC2017「両利きスマホアプリ開発のススメ」資料
SCC2017「両利きスマホアプリ開発のススメ」資料
 

More from Jorge Barreto

Proposal of an Ontology Applied to Technical Debt on PL/SQL Development
Proposal of an Ontology Applied to Technical Debt on PL/SQL DevelopmentProposal of an Ontology Applied to Technical Debt on PL/SQL Development
Proposal of an Ontology Applied to Technical Debt on PL/SQL Development
Jorge Barreto
 
Artigo ontologias v2
Artigo ontologias v2Artigo ontologias v2
Artigo ontologias v2
Jorge Barreto
 
Projeto de sw revisado
Projeto de sw revisadoProjeto de sw revisado
Projeto de sw revisado
Jorge Barreto
 
Tabela de riscos
Tabela de riscosTabela de riscos
Tabela de riscos
Jorge Barreto
 
Modelo plano projeto de sw oo
Modelo plano projeto de sw ooModelo plano projeto de sw oo
Modelo plano projeto de sw oo
Jorge Barreto
 
Projeto de SW
Projeto de SWProjeto de SW
Projeto de SW
Jorge Barreto
 

More from Jorge Barreto (6)

Proposal of an Ontology Applied to Technical Debt on PL/SQL Development
Proposal of an Ontology Applied to Technical Debt on PL/SQL DevelopmentProposal of an Ontology Applied to Technical Debt on PL/SQL Development
Proposal of an Ontology Applied to Technical Debt on PL/SQL Development
 
Artigo ontologias v2
Artigo ontologias v2Artigo ontologias v2
Artigo ontologias v2
 
Projeto de sw revisado
Projeto de sw revisadoProjeto de sw revisado
Projeto de sw revisado
 
Tabela de riscos
Tabela de riscosTabela de riscos
Tabela de riscos
 
Modelo plano projeto de sw oo
Modelo plano projeto de sw ooModelo plano projeto de sw oo
Modelo plano projeto de sw oo
 
Projeto de SW
Projeto de SWProjeto de SW
Projeto de SW
 

Recently uploaded

HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Tatiana Kojar
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
SAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloudSAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloud
maazsz111
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 

Recently uploaded (20)

HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
SAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloudSAP S/4 HANA sourcing and procurement to Public cloud
SAP S/4 HANA sourcing and procurement to Public cloud
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 

Der físico

  • 1. ESTAGIO.ACOMPANHAMENTOS *PF IDT_ALU NUMBER (6) *PF SEQ_ALOC NUMBER (2) *P ANO NUMBER (4) *P MES NUMBER (2) * QTD_HORAS NUMBER (2) * VAL_HORA NUMBER (6,2) OBSERVACAO VARCHAR2 (300 BYTE) ACO_PK (IDT_ALU, SEQ_ALOC, ANO, MES) ACO_PK (IDT_ALU, SEQ_ALOC, ANO, MES) ESTAGIO.AGENTES_INTEGRACAO *P IDT_AGT NUMBER (2) * NOM_AGT VARCHAR2 (80 BYTE) AGT_PK (IDT_AGT) AGT_PK (IDT_AGT) AGT_NOME_IDX (NOM_AGT) ESTAGIO.ALOCACOES *P IDT_ALU NUMBER (6) *P SEQ_ALOC NUMBER (2) *F IDT_VAGAS NUMBER (7) * TPO_ESTAG VARCHAR2 (1 BYTE) * VOLUNTARIO CHAR (1 BYTE) *F IDT_AGT NUMBER (2) * DAT_INICIO DATE * DAT_PREV_FIM DATE * QTD_HORAS NUMBER (2) VAL_HORA NUMBER (6,2) VAL_SEG NUMBER (6,2) DAT_FIM DATE ALO_PK (SEQ_ALOC, IDT_ALU) ALO_ALU_FK_I (IDT_ALU) ALO_VAG_FK_I (IDT_VAGAS) ALO_AGT_FK_I (IDT_AGT) ALO_PK (SEQ_ALOC, IDT_ALU) ESTAGIO.AREAS_ATUACOES *P IDT_AREA NUMBER (4) * DSC_AREA VARCHAR2 (40 BYTE) ADA_PK (IDT_AREA) ADA_PK (IDT_AREA) ESTAGIO.AREAS_VAGAS *PF IDT_AREA NUMBER (4) *PF IDT_VAGAS NUMBER (7) ADV_PK (IDT_AREA, IDT_VAGAS) ADV_VAG_FK_I (IDT_VAGAS, IDT_AREA) ESTAGIO.ATUACOES *PF IDT_AREA NUMBER (4) *PF IDT_ESTAG NUMBER (7) ATU_PK (IDT_AREA, IDT_ESTAG) ATU_EST_FK_I (IDT_ESTAG, IDT_AREA) ESTAGIO.CAPACIDADES *P IDT_CAP NUMBER (4) * DSC_CAP VARCHAR2 (40 BYTE) CAP_PK (IDT_CAP) CAP_PK (IDT_CAP) ESTAGIO.CAPACIDADES_VAGAS *PF IDT_VAGAS NUMBER (7) *PF IDT_CAP NUMBER (4) CDV_PK (IDT_VAGAS, IDT_CAP) CDV_CAP_FK_I (IDT_CAP, IDT_VAGAS) ESTAGIO.EMPRESAS *P IDT_EMP NUMBER (5) *F IDT_RAMO NUMBER (4) *F COD_TPO NUMBER (4) * VINCULADO CHAR (1 BYTE) * STATUS CHAR (1 BYTE) * SENHA CHAR (32 BYTE) * NOM_EMP VARCHAR2 (50 BYTE) *U CNPJ VARCHAR2 (15 BYTE) * RAZ_SOCIAL VARCHAR2 (50 BYTE) DAT_INI DATE DAT_TER DATE EMP_PK (IDT_EMP) EMP_UK (CNPJ) EMP_PK (IDT_EMP) EMP_UK (CNPJ) EMP_RDA_FK_I (IDT_RAMO, IDT_EMP) EMP_TEA_FK_I (COD_TPO, IDT_EMP) ESTAGIO.ESTABELECIMENTOS *PF IDT_EMP NUMBER (5) *P SEQ_EMP NUMBER (4) * TPO_EST CHAR (1 BYTE) * CEP_EST CHAR (8 BYTE) * UF_EST CHAR (2 BYTE) * DSC_EST VARCHAR2 (40 BYTE) * RSP_EST VARCHAR2 (40 BYTE) * PES_CONTATO VARCHAR2 (40 BYTE) * END_EST VARCHAR2 (40 BYTE) * BAI_EST VARCHAR2 (30 BYTE) * CID_EST VARCHAR2 (30 BYTE) FONE1 VARCHAR2 (14 BYTE) FONE2 VARCHAR2 (14 BYTE) COM_END VARCHAR2 (40 BYTE) EMAIL VARCHAR2 (40 BYTE) ESB_PK (IDT_EMP, SEQ_EMP) ESB_PK (IDT_EMP, SEQ_EMP) ESTAGIO.ESTAGIARIOS *P IDT_ESTAG NUMBER (7) * TUR_DISP NUMBER (1) * DAT_INSC DATE * STA_ESTAG CHAR (1 BYTE) * STA_DOC CHAR (1 BYTE) EST_PK (IDT_ESTAG) EST_PK (IDT_ESTAG) ESTAGIO.QUALIFICACOES *PF IDT_ESTAG NUMBER (7) *PF IDT_CAP NUMBER (4) * ESCORE CHAR (1 BYTE) QUA_PK (IDT_ESTAG, IDT_CAP) QUA_CAP_FK_I (IDT_CAP, IDT_ESTAG) ESTAGIO.RAMOS_ATUACOES *P IDT_RAMO NUMBER (4) * DSC_RAMO VARCHAR2 (40 BYTE) RDA_PK (IDT_RAMO) RDA_PK (IDT_RAMO) ESTAGIO.TIPOS_EMPRESAS *P COD_TPO NUMBER (4) * DSC_TPO VARCHAR2 (60 BYTE) TEA_PK (COD_TPO) TEA_PK (COD_TPO) ESTAGIO.VAGAS *P IDT_VAGAS NUMBER (7) *F IDT_EMP NUMBER (5) *F SEQ_EMP NUMBER (4) * TPO_VAGA CHAR (1 BYTE) * QTD_VAGAS NUMBER (3) * QTD_OCUPADAS NUMBER (3) * STA_VAGAS CHAR (1 BYTE) * DAT_CRIACAO DATE * DAT_INICIO DATE * NUM_PASTA NUMBER (6) DAT_FIM DATE VAG_PK (IDT_VAGAS) VAG_PK (IDT_VAGAS) VAG_IDX_DAT (DAT_INICIO, IDT_EMP, SEQ_EMP) VAG_ESB_FK_I (IDT_EMP, SEQ_EMP)