SlideShare a Scribd company logo
1 of 6
BLOQUE(COB,NOMBRE) SALON(COS,NOMBRE,BLOQUE_COB) ASIGNATURA(COA,NOMBRE,CREDITOS,HTI,AC,HP, SALON_COS, DOCENTE_COD, AREA_COAR ,PROGRAMA_COP) DOCENTE(COD,NOMBRE,FECHANACIMIENTO,PREGRADO,POSTGRADO,FECHAINGRESO) AREA(COAR,NOMBRE) PROGRAMA(COP,NOMBRE,FACULTAD_COF) FACULTAD(COF,NOMBRE) ASIGNATURA_HAS_PREREQUISITO(ASIGNATURA_COA,PREREQUISITO_COPR) PREREQUISITOS(COPR,NOMBREPRERE) 1626235114300 CREATE TABLE  "
AREA"
     ("
COAR"
 NUMBER NOT NULL ENABLE,  "
NOMBRE"
 CHAR(35) NOT NULL ENABLE,   CONSTRAINT "
AREA_PK"
 PRIMARY KEY ("
COAR"
) ENABLE    ) / CREATE TABLE  "
DOCENTE"
     ("
COD"
 NUMBER NOT NULL ENABLE,  "
NOMBRE"
 CHAR(60) NOT NULL ENABLE,  "
PREGRADO"
 CHAR(100) NOT NULL ENABLE,  "
POSTGRADO"
 CHAR(100) NOT NULL ENABLE,  "
FECHAINGRESO"
 CHAR(20) NOT NULL ENABLE,   CONSTRAINT "
DOCENTE_PK"
 PRIMARY KEY ("
COD"
) ENABLE    ) / CREATE TABLE  "
PROGRAMA"
     ("
COP"
 NUMBER NOT NULL ENABLE,  "
FACULTAD_COF"
 NUMBER,  "
NOMBRE"
 CHAR(60) NOT NULL ENABLE,   CONSTRAINT "
PROGRAMA_PK"
 PRIMARY KEY ("
COP"
) ENABLE,   CONSTRAINT "
PROGRAMA_FK"
 FOREIGN KEY ("
FACULTAD_COF"
)   REFERENCES  "
FACULTAD"
 ("
COF"
) ENABLE    ) / CREATE TABLE  "
SALON"
     ("
COS"
 NUMBER NOT NULL ENABLE,  "
NOMBRE"
 CHAR(60) NOT NULL ENABLE,  "
BLOQUE_COB"
 NUMBER,   CONSTRAINT "
SALON_PK"
 PRIMARY KEY ("
COS"
) ENABLE,   CONSTRAINT "
SALON_FK"
 FOREIGN KEY ("
BLOQUE_COB"
)   REFERENCES  "
BLOQUE"
 ("
COB"
) ENABLE    ) / CREATE TABLE  "
ASIGNATURA"
     ("
COA"
 NUMBER NOT NULL ENABLE,  "
DOCENTE_COD"
 NUMBER,  "
AREA_COAR"
 NUMBER,  "
PROGRAMA_COP"
 NUMBER,  "
SALON_COS"
 NUMBER,  "
NOMBRE"
 CHAR(30) NOT NULL ENABLE,  "
CREDITOS"
 CHAR(12) NOT NULL ENABLE,  "
HTI"
 CHAR(1) NOT NULL ENABLE,  "
AC"
 CHAR(1) NOT NULL ENABLE,  "
HP"
 CHAR(1) NOT NULL ENABLE,   CONSTRAINT "
ASIGNATURA_PK"
 PRIMARY KEY ("
COA"
) ENABLE,   CONSTRAINT "
ASIGNATURA_FK"
 FOREIGN KEY ("
DOCENTE_COD"
)   REFERENCES  "
DOCENTE"
 ("
COD"
) ENABLE,   CONSTRAINT "
DOCENTE_FK2"
 FOREIGN KEY ("
AREA_COAR"
)   REFERENCES  "
AREA"
 ("
COAR"
) ENABLE,   CONSTRAINT "
DOCENTE_FK3"
 FOREIGN KEY ("
PROGRAMA_COP"
)   REFERENCES  "
PROGRAMA"
 ("
COP"
) ENABLE,   CONSTRAINT "
DOCENTE_FK4"
 FOREIGN KEY ("
SALON_COS"
)   REFERENCES  "
SALON"
 ("
COS"
) ENABLE    ) / CREATE TABLE  "
PREREQUISITOS"
     ("
COPR"
 NUMBER NOT NULL ENABLE,  "
NOMBREPRERE"
 CHAR(30) NOT NULL ENABLE,   CONSTRAINT "
PREREQUISITOS_PK"
 PRIMARY KEY ("
COPR"
) ENABLE    ) / CREATE TABLE  "
ASIGPRE"
     ("
ASIGNATURA_COA"
 NUMBER,  "
PREREQUISITO_COPR"
 NUMBER,   CONSTRAINT "
ASIGPRE_FK"
 FOREIGN KEY ("
ASIGNATURA_COA"
)   REFERENCES  "
ASIGNATURA"
 ("
COA"
) ENABLE,   CONSTRAINT "
PREREQUISITOS_FK2"
 FOREIGN KEY ("
PREREQUISITO_COPR"
)   REFERENCES  "
PREREQUISITOS"
 ("
COPR"
) ENABLE    ) / CREATE TABLE  "
BLOQUE"
     ("
COB"
 NUMBER NOT NULL ENABLE,  "
NOMBRE"
 CHAR(20) NOT NULL ENABLE,   CONSTRAINT "
BLOQUE_PK"
 PRIMARY KEY ("
COB"
) ENABLE    ) / CREATE TABLE  "
FACULTAD"
     ("
COF"
 NUMBER NOT NULL ENABLE,  "
NOMBRE"
 CHAR(30) NOT NULL ENABLE,   CONSTRAINT "
FACULTAD_PK"
 PRIMARY KEY ("
COF"
) ENABLE    ) /
Tallerpractica
Tallerpractica
Tallerpractica
Tallerpractica
Tallerpractica

More Related Content

What's hot

Practice 1
Practice 1Practice 1
Practice 1nonamela
 
[2019] 아직도 돈 주고 DB 쓰나요? for Developer
[2019] 아직도 돈 주고 DB 쓰나요? for Developer[2019] 아직도 돈 주고 DB 쓰나요? for Developer
[2019] 아직도 돈 주고 DB 쓰나요? for DeveloperNHN FORWARD
 
Array imp of list
Array imp of listArray imp of list
Array imp of listElavarasi K
 
Types, Operators and Primitives
Types, Operators and PrimitivesTypes, Operators and Primitives
Types, Operators and Primitivesalexisabril
 
PHP in 2018 - Q4 - AFUP Limoges
PHP in 2018 - Q4 - AFUP LimogesPHP in 2018 - Q4 - AFUP Limoges
PHP in 2018 - Q4 - AFUP Limoges✅ William Pinaud
 
Short intro to ES6 Features
Short intro to ES6 FeaturesShort intro to ES6 Features
Short intro to ES6 FeaturesNaing Lin Aung
 
The Ring programming language version 1.5.2 book - Part 45 of 181
The Ring programming language version 1.5.2 book - Part 45 of 181The Ring programming language version 1.5.2 book - Part 45 of 181
The Ring programming language version 1.5.2 book - Part 45 of 181Mahmoud Samir Fayed
 
Exploring slides
Exploring slidesExploring slides
Exploring slidesakaptur
 
As400 session or device error
As400   session or device errorAs400   session or device error
As400 session or device erroraminem_mp
 
Grokking TechTalk #16: Maybe functor in javascript
Grokking TechTalk #16: Maybe functor in javascriptGrokking TechTalk #16: Maybe functor in javascript
Grokking TechTalk #16: Maybe functor in javascriptGrokking VN
 
Visual Basic
Visual BasicVisual Basic
Visual BasicVj NiroSh
 
Swift girls 5th_teaching_meeting20160829
Swift girls 5th_teaching_meeting20160829Swift girls 5th_teaching_meeting20160829
Swift girls 5th_teaching_meeting20160829雅方 鄭
 
Laziness in Swift
Laziness in Swift Laziness in Swift
Laziness in Swift SwiftWro
 
Byterun, a Python bytecode interpreter - Allison Kaptur at NYCPython
Byterun, a Python bytecode interpreter - Allison Kaptur at NYCPythonByterun, a Python bytecode interpreter - Allison Kaptur at NYCPython
Byterun, a Python bytecode interpreter - Allison Kaptur at NYCPythonakaptur
 
Closures
ClosuresClosures
ClosuresSV.CO
 

What's hot (19)

Practice 1
Practice 1Practice 1
Practice 1
 
[2019] 아직도 돈 주고 DB 쓰나요? for Developer
[2019] 아직도 돈 주고 DB 쓰나요? for Developer[2019] 아직도 돈 주고 DB 쓰나요? for Developer
[2019] 아직도 돈 주고 DB 쓰나요? for Developer
 
Enumerable.js
Enumerable.jsEnumerable.js
Enumerable.js
 
Array imp of list
Array imp of listArray imp of list
Array imp of list
 
Types, Operators and Primitives
Types, Operators and PrimitivesTypes, Operators and Primitives
Types, Operators and Primitives
 
PHP in 2018 - Q4 - AFUP Limoges
PHP in 2018 - Q4 - AFUP LimogesPHP in 2018 - Q4 - AFUP Limoges
PHP in 2018 - Q4 - AFUP Limoges
 
Short intro to ES6 Features
Short intro to ES6 FeaturesShort intro to ES6 Features
Short intro to ES6 Features
 
Cpp tutorial
Cpp tutorialCpp tutorial
Cpp tutorial
 
The Ring programming language version 1.5.2 book - Part 45 of 181
The Ring programming language version 1.5.2 book - Part 45 of 181The Ring programming language version 1.5.2 book - Part 45 of 181
The Ring programming language version 1.5.2 book - Part 45 of 181
 
Exploring slides
Exploring slidesExploring slides
Exploring slides
 
As400 session or device error
As400   session or device errorAs400   session or device error
As400 session or device error
 
Grokking TechTalk #16: Maybe functor in javascript
Grokking TechTalk #16: Maybe functor in javascriptGrokking TechTalk #16: Maybe functor in javascript
Grokking TechTalk #16: Maybe functor in javascript
 
Visual Basic
Visual BasicVisual Basic
Visual Basic
 
Codigos
CodigosCodigos
Codigos
 
Swift girls 5th_teaching_meeting20160829
Swift girls 5th_teaching_meeting20160829Swift girls 5th_teaching_meeting20160829
Swift girls 5th_teaching_meeting20160829
 
Laziness in Swift
Laziness in Swift Laziness in Swift
Laziness in Swift
 
Introduction of ES2015
Introduction of ES2015Introduction of ES2015
Introduction of ES2015
 
Byterun, a Python bytecode interpreter - Allison Kaptur at NYCPython
Byterun, a Python bytecode interpreter - Allison Kaptur at NYCPythonByterun, a Python bytecode interpreter - Allison Kaptur at NYCPython
Byterun, a Python bytecode interpreter - Allison Kaptur at NYCPython
 
Closures
ClosuresClosures
Closures
 

Viewers also liked

Arkansas Minuteman Newspaper August 2009
Arkansas Minuteman Newspaper August 2009Arkansas Minuteman Newspaper August 2009
Arkansas Minuteman Newspaper August 2009cheathscott
 
GOR 10 Presentation
GOR 10 PresentationGOR 10 Presentation
GOR 10 PresentationHS Heilbronn
 
DIY User Research Participant Recruiting
DIY User Research Participant RecruitingDIY User Research Participant Recruiting
DIY User Research Participant RecruitingErin Young
 
Five Ways to Save Time During Rapid Prorotyping
Five Ways to Save Time During Rapid ProrotypingFive Ways to Save Time During Rapid Prorotyping
Five Ways to Save Time During Rapid ProrotypingErin Young
 
It's a cynical world out there - Encouraging citizen engagement
It's a cynical world out there - Encouraging citizen engagementIt's a cynical world out there - Encouraging citizen engagement
It's a cynical world out there - Encouraging citizen engagement.id - the population experts
 
When & How to Hire a UX Designer
When & How to Hire a UX DesignerWhen & How to Hire a UX Designer
When & How to Hire a UX DesignerErin Young
 
Telling the story of your community with demographics
Telling the story of your community with demographicsTelling the story of your community with demographics
Telling the story of your community with demographics.id - the population experts
 
Knowing your customers - Local Government Managers Australia
Knowing your customers - Local Government Managers AustraliaKnowing your customers - Local Government Managers Australia
Knowing your customers - Local Government Managers Australia.id - the population experts
 
Understanding your target community or market with demographics
Understanding your target community or market with demographicsUnderstanding your target community or market with demographics
Understanding your target community or market with demographics.id - the population experts
 
Housing affordability - informing local government with some facts and figures
Housing affordability - informing local government with some facts and figuresHousing affordability - informing local government with some facts and figures
Housing affordability - informing local government with some facts and figures.id - the population experts
 
How demographics helped Richmond Football club double its membership
How demographics helped Richmond Football club double its membership How demographics helped Richmond Football club double its membership
How demographics helped Richmond Football club double its membership .id - the population experts
 

Viewers also liked (18)

Arkansas Minuteman Newspaper August 2009
Arkansas Minuteman Newspaper August 2009Arkansas Minuteman Newspaper August 2009
Arkansas Minuteman Newspaper August 2009
 
Tallerpractica
TallerpracticaTallerpractica
Tallerpractica
 
GOR 10 Presentation
GOR 10 PresentationGOR 10 Presentation
GOR 10 Presentation
 
DIY User Research Participant Recruiting
DIY User Research Participant RecruitingDIY User Research Participant Recruiting
DIY User Research Participant Recruiting
 
Five Ways to Save Time During Rapid Prorotyping
Five Ways to Save Time During Rapid ProrotypingFive Ways to Save Time During Rapid Prorotyping
Five Ways to Save Time During Rapid Prorotyping
 
It's a cynical world out there - Encouraging citizen engagement
It's a cynical world out there - Encouraging citizen engagementIt's a cynical world out there - Encouraging citizen engagement
It's a cynical world out there - Encouraging citizen engagement
 
Population growth in regional Australia
Population growth in regional AustraliaPopulation growth in regional Australia
Population growth in regional Australia
 
When & How to Hire a UX Designer
When & How to Hire a UX DesignerWhen & How to Hire a UX Designer
When & How to Hire a UX Designer
 
Web2.0b
Web2.0bWeb2.0b
Web2.0b
 
Telling the story of your community with demographics
Telling the story of your community with demographicsTelling the story of your community with demographics
Telling the story of your community with demographics
 
Knowing your customers - Local Government Managers Australia
Knowing your customers - Local Government Managers AustraliaKnowing your customers - Local Government Managers Australia
Knowing your customers - Local Government Managers Australia
 
Benchmarking performance in regional development
Benchmarking performance in regional developmentBenchmarking performance in regional development
Benchmarking performance in regional development
 
Move over baby boomers - it's not all about you!
Move over baby boomers - it's not all about you!Move over baby boomers - it's not all about you!
Move over baby boomers - it's not all about you!
 
Understanding your target community or market with demographics
Understanding your target community or market with demographicsUnderstanding your target community or market with demographics
Understanding your target community or market with demographics
 
Too much information not enought knowledge
Too much information not enought knowledgeToo much information not enought knowledge
Too much information not enought knowledge
 
Housing affordability - informing local government with some facts and figures
Housing affordability - informing local government with some facts and figuresHousing affordability - informing local government with some facts and figures
Housing affordability - informing local government with some facts and figures
 
Australia through the demographic lens
Australia through the demographic lensAustralia through the demographic lens
Australia through the demographic lens
 
How demographics helped Richmond Football club double its membership
How demographics helped Richmond Football club double its membership How demographics helped Richmond Football club double its membership
How demographics helped Richmond Football club double its membership
 

Similar to Tallerpractica

Identificacion De Las Llaves Foraneas
Identificacion De Las Llaves ForaneasIdentificacion De Las Llaves Foraneas
Identificacion De Las Llaves Foraneasrobertjeison
 
When debugging the code, use Drop table statementsto drop pr.docx
 When debugging the code, use Drop table statementsto drop pr.docx When debugging the code, use Drop table statementsto drop pr.docx
When debugging the code, use Drop table statementsto drop pr.docxaryan532920
 
BD I - Aula 13 B - Agrupando Dados - Parte 04 - Exercicios Enunciado
BD I - Aula 13 B - Agrupando Dados  - Parte 04 - Exercicios EnunciadoBD I - Aula 13 B - Agrupando Dados  - Parte 04 - Exercicios Enunciado
BD I - Aula 13 B - Agrupando Dados - Parte 04 - Exercicios EnunciadoRodrigo Kiyoshi Saito
 
BD I - Aula 13 B - Agrupando dados - Parte 04 - Exercicios Enunciado
BD I - Aula 13 B - Agrupando dados  - Parte 04 - Exercicios EnunciadoBD I - Aula 13 B - Agrupando dados  - Parte 04 - Exercicios Enunciado
BD I - Aula 13 B - Agrupando dados - Parte 04 - Exercicios EnunciadoRodrigo Kiyoshi Saito
 
Database Implementation Final Document
Database Implementation Final DocumentDatabase Implementation Final Document
Database Implementation Final DocumentConor O'Callaghan
 
BD I - Aula 07 A - Parte 1 - FN - Resolucao - Exerc 02 MR
BD I - Aula 07 A - Parte 1 - FN - Resolucao - Exerc 02 MRBD I - Aula 07 A - Parte 1 - FN - Resolucao - Exerc 02 MR
BD I - Aula 07 A - Parte 1 - FN - Resolucao - Exerc 02 MRRodrigo Kiyoshi Saito
 
The Story About The Migration
 The Story About The Migration The Story About The Migration
The Story About The MigrationEDB
 
Cassandra summit keynote 2014
Cassandra summit keynote 2014Cassandra summit keynote 2014
Cassandra summit keynote 2014jbellis
 
Taller 3 camilo uribe2308542
Taller 3  camilo uribe2308542Taller 3  camilo uribe2308542
Taller 3 camilo uribe2308542Kmilo U
 
Appendix A Tables
Appendix A   TablesAppendix A   Tables
Appendix A TablesLiquidHub
 
rules, events and workflow
rules, events and workflowrules, events and workflow
rules, events and workflowMark Proctor
 
Please follow the cod eand comments for description CODE #incl.pdf
Please follow the cod eand comments for description CODE #incl.pdfPlease follow the cod eand comments for description CODE #incl.pdf
Please follow the cod eand comments for description CODE #incl.pdfannaielectronicsvill
 
EJERCICIOS DE BORLAND C++ 2DA PARTE.docx
EJERCICIOS DE BORLAND C++ 2DA PARTE.docxEJERCICIOS DE BORLAND C++ 2DA PARTE.docx
EJERCICIOS DE BORLAND C++ 2DA PARTE.docxleovasquez17
 
EJERCICIOS DE BORLAND C++ 2DA PARTE.docx
EJERCICIOS DE BORLAND C++ 2DA PARTE.docxEJERCICIOS DE BORLAND C++ 2DA PARTE.docx
EJERCICIOS DE BORLAND C++ 2DA PARTE.docxleovasquez17
 

Similar to Tallerpractica (20)

Identificacion De Las Llaves Foraneas
Identificacion De Las Llaves ForaneasIdentificacion De Las Llaves Foraneas
Identificacion De Las Llaves Foraneas
 
Taller 4
Taller 4Taller 4
Taller 4
 
Taller4
Taller4Taller4
Taller4
 
Taller4
Taller4Taller4
Taller4
 
When debugging the code, use Drop table statementsto drop pr.docx
 When debugging the code, use Drop table statementsto drop pr.docx When debugging the code, use Drop table statementsto drop pr.docx
When debugging the code, use Drop table statementsto drop pr.docx
 
BD I - Aula 13 B - Agrupando Dados - Parte 04 - Exercicios Enunciado
BD I - Aula 13 B - Agrupando Dados  - Parte 04 - Exercicios EnunciadoBD I - Aula 13 B - Agrupando Dados  - Parte 04 - Exercicios Enunciado
BD I - Aula 13 B - Agrupando Dados - Parte 04 - Exercicios Enunciado
 
BD I - Aula 13 B - Agrupando dados - Parte 04 - Exercicios Enunciado
BD I - Aula 13 B - Agrupando dados  - Parte 04 - Exercicios EnunciadoBD I - Aula 13 B - Agrupando dados  - Parte 04 - Exercicios Enunciado
BD I - Aula 13 B - Agrupando dados - Parte 04 - Exercicios Enunciado
 
Database Implementation Final Document
Database Implementation Final DocumentDatabase Implementation Final Document
Database Implementation Final Document
 
ScottCreate_1.pdf
ScottCreate_1.pdfScottCreate_1.pdf
ScottCreate_1.pdf
 
BD I - Aula 07 A - Parte 1 - FN - Resolucao - Exerc 02 MR
BD I - Aula 07 A - Parte 1 - FN - Resolucao - Exerc 02 MRBD I - Aula 07 A - Parte 1 - FN - Resolucao - Exerc 02 MR
BD I - Aula 07 A - Parte 1 - FN - Resolucao - Exerc 02 MR
 
The Story About The Migration
 The Story About The Migration The Story About The Migration
The Story About The Migration
 
Cassandra summit keynote 2014
Cassandra summit keynote 2014Cassandra summit keynote 2014
Cassandra summit keynote 2014
 
Taller 3 camilo uribe2308542
Taller 3  camilo uribe2308542Taller 3  camilo uribe2308542
Taller 3 camilo uribe2308542
 
Appendix A Tables
Appendix A   TablesAppendix A   Tables
Appendix A Tables
 
rules, events and workflow
rules, events and workflowrules, events and workflow
rules, events and workflow
 
Writeable CTEs: The Next Big Thing
Writeable CTEs: The Next Big ThingWriteable CTEs: The Next Big Thing
Writeable CTEs: The Next Big Thing
 
Sql ejercicio 1
Sql ejercicio 1Sql ejercicio 1
Sql ejercicio 1
 
Please follow the cod eand comments for description CODE #incl.pdf
Please follow the cod eand comments for description CODE #incl.pdfPlease follow the cod eand comments for description CODE #incl.pdf
Please follow the cod eand comments for description CODE #incl.pdf
 
EJERCICIOS DE BORLAND C++ 2DA PARTE.docx
EJERCICIOS DE BORLAND C++ 2DA PARTE.docxEJERCICIOS DE BORLAND C++ 2DA PARTE.docx
EJERCICIOS DE BORLAND C++ 2DA PARTE.docx
 
EJERCICIOS DE BORLAND C++ 2DA PARTE.docx
EJERCICIOS DE BORLAND C++ 2DA PARTE.docxEJERCICIOS DE BORLAND C++ 2DA PARTE.docx
EJERCICIOS DE BORLAND C++ 2DA PARTE.docx
 

Recently uploaded

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Recently uploaded (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

Tallerpractica

  • 1. BLOQUE(COB,NOMBRE) SALON(COS,NOMBRE,BLOQUE_COB) ASIGNATURA(COA,NOMBRE,CREDITOS,HTI,AC,HP, SALON_COS, DOCENTE_COD, AREA_COAR ,PROGRAMA_COP) DOCENTE(COD,NOMBRE,FECHANACIMIENTO,PREGRADO,POSTGRADO,FECHAINGRESO) AREA(COAR,NOMBRE) PROGRAMA(COP,NOMBRE,FACULTAD_COF) FACULTAD(COF,NOMBRE) ASIGNATURA_HAS_PREREQUISITO(ASIGNATURA_COA,PREREQUISITO_COPR) PREREQUISITOS(COPR,NOMBREPRERE) 1626235114300 CREATE TABLE " AREA" (" COAR" NUMBER NOT NULL ENABLE, " NOMBRE" CHAR(35) NOT NULL ENABLE, CONSTRAINT " AREA_PK" PRIMARY KEY (" COAR" ) ENABLE ) / CREATE TABLE " DOCENTE" (" COD" NUMBER NOT NULL ENABLE, " NOMBRE" CHAR(60) NOT NULL ENABLE, " PREGRADO" CHAR(100) NOT NULL ENABLE, " POSTGRADO" CHAR(100) NOT NULL ENABLE, " FECHAINGRESO" CHAR(20) NOT NULL ENABLE, CONSTRAINT " DOCENTE_PK" PRIMARY KEY (" COD" ) ENABLE ) / CREATE TABLE " PROGRAMA" (" COP" NUMBER NOT NULL ENABLE, " FACULTAD_COF" NUMBER, " NOMBRE" CHAR(60) NOT NULL ENABLE, CONSTRAINT " PROGRAMA_PK" PRIMARY KEY (" COP" ) ENABLE, CONSTRAINT " PROGRAMA_FK" FOREIGN KEY (" FACULTAD_COF" ) REFERENCES " FACULTAD" (" COF" ) ENABLE ) / CREATE TABLE " SALON" (" COS" NUMBER NOT NULL ENABLE, " NOMBRE" CHAR(60) NOT NULL ENABLE, " BLOQUE_COB" NUMBER, CONSTRAINT " SALON_PK" PRIMARY KEY (" COS" ) ENABLE, CONSTRAINT " SALON_FK" FOREIGN KEY (" BLOQUE_COB" ) REFERENCES " BLOQUE" (" COB" ) ENABLE ) / CREATE TABLE " ASIGNATURA" (" COA" NUMBER NOT NULL ENABLE, " DOCENTE_COD" NUMBER, " AREA_COAR" NUMBER, " PROGRAMA_COP" NUMBER, " SALON_COS" NUMBER, " NOMBRE" CHAR(30) NOT NULL ENABLE, " CREDITOS" CHAR(12) NOT NULL ENABLE, " HTI" CHAR(1) NOT NULL ENABLE, " AC" CHAR(1) NOT NULL ENABLE, " HP" CHAR(1) NOT NULL ENABLE, CONSTRAINT " ASIGNATURA_PK" PRIMARY KEY (" COA" ) ENABLE, CONSTRAINT " ASIGNATURA_FK" FOREIGN KEY (" DOCENTE_COD" ) REFERENCES " DOCENTE" (" COD" ) ENABLE, CONSTRAINT " DOCENTE_FK2" FOREIGN KEY (" AREA_COAR" ) REFERENCES " AREA" (" COAR" ) ENABLE, CONSTRAINT " DOCENTE_FK3" FOREIGN KEY (" PROGRAMA_COP" ) REFERENCES " PROGRAMA" (" COP" ) ENABLE, CONSTRAINT " DOCENTE_FK4" FOREIGN KEY (" SALON_COS" ) REFERENCES " SALON" (" COS" ) ENABLE ) / CREATE TABLE " PREREQUISITOS" (" COPR" NUMBER NOT NULL ENABLE, " NOMBREPRERE" CHAR(30) NOT NULL ENABLE, CONSTRAINT " PREREQUISITOS_PK" PRIMARY KEY (" COPR" ) ENABLE ) / CREATE TABLE " ASIGPRE" (" ASIGNATURA_COA" NUMBER, " PREREQUISITO_COPR" NUMBER, CONSTRAINT " ASIGPRE_FK" FOREIGN KEY (" ASIGNATURA_COA" ) REFERENCES " ASIGNATURA" (" COA" ) ENABLE, CONSTRAINT " PREREQUISITOS_FK2" FOREIGN KEY (" PREREQUISITO_COPR" ) REFERENCES " PREREQUISITOS" (" COPR" ) ENABLE ) / CREATE TABLE " BLOQUE" (" COB" NUMBER NOT NULL ENABLE, " NOMBRE" CHAR(20) NOT NULL ENABLE, CONSTRAINT " BLOQUE_PK" PRIMARY KEY (" COB" ) ENABLE ) / CREATE TABLE " FACULTAD" (" COF" NUMBER NOT NULL ENABLE, " NOMBRE" CHAR(30) NOT NULL ENABLE, CONSTRAINT " FACULTAD_PK" PRIMARY KEY (" COF" ) ENABLE ) /