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
 

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
 

More from brayanpalomino (10)

Taller
TallerTaller
Taller
 
Brayanpalomino
BrayanpalominoBrayanpalomino
Brayanpalomino
 
Bd
BdBd
Bd
 
Bd
BdBd
Bd
 
Taller3
Taller3Taller3
Taller3
 
Taller3
Taller3Taller3
Taller3
 
Taller 3
Taller 3Taller 3
Taller 3
 
Taller 2
Taller 2Taller 2
Taller 2
 
Taller 1
Taller 1Taller 1
Taller 1
 
SGBD
SGBDSGBD
SGBD
 

Recently uploaded

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
#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
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
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
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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
 

Recently uploaded (20)

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
#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
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
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
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
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
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
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?
 

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 ) /