SlideShare a Scribd company logo
1 of 2
FECHA_NACIMIENTO DATE NOT NULL, TELEFONO NUMERIC (10) NULL, CONSTRAINT PK_ALUMNO PRIMARY KEY (ID_ALUMNO) ); USE CECLAV CREATE TABLE PROMOTOR ( ID_PROMOTOR NUMERIC (5) NOT NULL, NOMBRE_PROMOTOR CHAR (30) NOT NULL, APELLIDO_PATERNO CHAR (20) NOT NULL, APELLIDO_MATERNO CHAR (20) NOT NULL, TELEFONO NUMERIC (10) NULL, DIRECCION CHAR (30) NOT NULL, CONSTRAINT PK_PROMOTOR PRIMARY KEY (ID_PROMOTOR) ); USE CECLAV CREATE TABLE INSCRIPCION( ID_INSCRIPCION NUMERIC (5) NOT NULL, ID_CURSO NUMERIC(5) NOT NULL, ID_PROFESOR NUMERIC (5) NOT NULL, ID_ALUMNO NUMERIC (5) NOT NULL, ID_PROMOTOR NUMERIC (5) NOT NULL, COSTO_INSCRIPCION CHAR NOT NULL, CONSTRAINT PK_INSCRIPCION PRIMARY KEY (ID_INSCRIPCION), CONSTRAINT FK_CURSO FOREIGN KEY (ID_CURSO) REFERENCES CURSO (ID_CURSO), CONSTRAINT FK_PROFESOR FOREIGN KEY (ID_PROFESOR) REFERENCES  PROFESOR (ID_PROFESOR), CONSTRAINT FK_ALUMNO FOREIGN KEY (ID_ALUMNO) REFERENCES  ALUMNO (ID_ALUMNO), CONSTRAINT FK_PROMOTOR FOREIGN KEY (ID_PROMOTOR) REFERENCES  PROMOTOR (ID_PROMOTOR) );
Codigo Ceclav

More Related Content

What's hot

AskTom Office Hours about Database Migrations
AskTom Office Hours about Database MigrationsAskTom Office Hours about Database Migrations
AskTom Office Hours about Database MigrationsJasmin Fluri
 
Introduction to Programming @ NTHUEEECamp 2015
Introduction to Programming @ NTHUEEECamp 2015Introduction to Programming @ NTHUEEECamp 2015
Introduction to Programming @ NTHUEEECamp 2015淳佑 楊
 
Prime number program in c
Prime number program in cPrime number program in c
Prime number program in cHitesh Kumar
 
키보드 키와 기호 이름 알아보기
키보드 키와 기호 이름 알아보기키보드 키와 기호 이름 알아보기
키보드 키와 기호 이름 알아보기Changwon National University
 
Howard 875 flyer_email
Howard 875  flyer_emailHoward 875  flyer_email
Howard 875 flyer_emailbetoiii
 
Python basic Program
Python basic ProgramPython basic Program
Python basic Programnuripatidar
 
Tempo de vida das variaveis
Tempo de vida das variaveisTempo de vida das variaveis
Tempo de vida das variaveisDaniel Barão
 
Cons30 S Probability Intro
Cons30 S Probability IntroCons30 S Probability Intro
Cons30 S Probability Intronmal
 
A Beginner's Guide to MS Excel
A Beginner's Guide to MS ExcelA Beginner's Guide to MS Excel
A Beginner's Guide to MS ExcelAnshul Punetha
 
Alu all shift register
Alu all shift registerAlu all shift register
Alu all shift registerArun Chaudhary
 

What's hot (17)

AskTom Office Hours about Database Migrations
AskTom Office Hours about Database MigrationsAskTom Office Hours about Database Migrations
AskTom Office Hours about Database Migrations
 
JavaScript Gotchas
JavaScript GotchasJavaScript Gotchas
JavaScript Gotchas
 
Introduction to Programming @ NTHUEEECamp 2015
Introduction to Programming @ NTHUEEECamp 2015Introduction to Programming @ NTHUEEECamp 2015
Introduction to Programming @ NTHUEEECamp 2015
 
Prime number program in c
Prime number program in cPrime number program in c
Prime number program in c
 
Array menu
Array menuArray menu
Array menu
 
10740737 1599055096995598 1135912358_n
10740737 1599055096995598 1135912358_n10740737 1599055096995598 1135912358_n
10740737 1599055096995598 1135912358_n
 
키보드 키와 기호 이름 알아보기
키보드 키와 기호 이름 알아보기키보드 키와 기호 이름 알아보기
키보드 키와 기호 이름 알아보기
 
Howard 875 flyer_email
Howard 875  flyer_emailHoward 875  flyer_email
Howard 875 flyer_email
 
Pointers
PointersPointers
Pointers
 
Python basic Program
Python basic ProgramPython basic Program
Python basic Program
 
Morley Residence brochure
Morley Residence brochureMorley Residence brochure
Morley Residence brochure
 
Vcs5
Vcs5Vcs5
Vcs5
 
Tempo de vida das variaveis
Tempo de vida das variaveisTempo de vida das variaveis
Tempo de vida das variaveis
 
Cons30 S Probability Intro
Cons30 S Probability IntroCons30 S Probability Intro
Cons30 S Probability Intro
 
A Beginner's Guide to MS Excel
A Beginner's Guide to MS ExcelA Beginner's Guide to MS Excel
A Beginner's Guide to MS Excel
 
Alu all shift register
Alu all shift registerAlu all shift register
Alu all shift register
 
Prim
PrimPrim
Prim
 

More from cinthiaerendida (20)

Consultas Y Reportes
Consultas Y ReportesConsultas Y Reportes
Consultas Y Reportes
 
Consultas Y Reportes
Consultas Y ReportesConsultas Y Reportes
Consultas Y Reportes
 
Consultas Y Reportes
Consultas Y ReportesConsultas Y Reportes
Consultas Y Reportes
 
Analisis Comparativo My Sql Vs Oracle.
Analisis Comparativo My Sql Vs Oracle.Analisis Comparativo My Sql Vs Oracle.
Analisis Comparativo My Sql Vs Oracle.
 
Analisis Comparativo My Sql Vs Oracle.
Analisis Comparativo My Sql Vs Oracle.Analisis Comparativo My Sql Vs Oracle.
Analisis Comparativo My Sql Vs Oracle.
 
Analisis Comparativo
Analisis ComparativoAnalisis Comparativo
Analisis Comparativo
 
Proyecto Ceclav
Proyecto CeclavProyecto Ceclav
Proyecto Ceclav
 
Sql
SqlSql
Sql
 
Tabla Comparativa
Tabla ComparativaTabla Comparativa
Tabla Comparativa
 
Pantallas Bd Ceclav
Pantallas Bd CeclavPantallas Bd Ceclav
Pantallas Bd Ceclav
 
Smbd.
Smbd.Smbd.
Smbd.
 
Smbd.
Smbd.Smbd.
Smbd.
 
S M B D
S M B DS M B D
S M B D
 
S M B D
S M B DS M B D
S M B D
 
A N T E P R O Y E C T O E Q U I P O 5
A N T E P R O Y E C T O  E Q U I P O 5A N T E P R O Y E C T O  E Q U I P O 5
A N T E P R O Y E C T O E Q U I P O 5
 
Anteproyecto Equipo 5
Anteproyecto Equipo 5Anteproyecto Equipo 5
Anteproyecto Equipo 5
 
A N T E P R O Y E C T O E Q U I P O 5
A N T E P R O Y E C T O  E Q U I P O 5A N T E P R O Y E C T O  E Q U I P O 5
A N T E P R O Y E C T O E Q U I P O 5
 
Anteproyecto Equipo 5
Anteproyecto Equipo 5Anteproyecto Equipo 5
Anteproyecto Equipo 5
 
Anteproyecto Equipo 5
Anteproyecto Equipo 5Anteproyecto Equipo 5
Anteproyecto Equipo 5
 
Anteproyecto Eq5
Anteproyecto Eq5Anteproyecto Eq5
Anteproyecto Eq5
 

Recently uploaded

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
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
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
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
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 

Recently uploaded (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
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
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
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
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 

Codigo Ceclav

  • 1. FECHA_NACIMIENTO DATE NOT NULL, TELEFONO NUMERIC (10) NULL, CONSTRAINT PK_ALUMNO PRIMARY KEY (ID_ALUMNO) ); USE CECLAV CREATE TABLE PROMOTOR ( ID_PROMOTOR NUMERIC (5) NOT NULL, NOMBRE_PROMOTOR CHAR (30) NOT NULL, APELLIDO_PATERNO CHAR (20) NOT NULL, APELLIDO_MATERNO CHAR (20) NOT NULL, TELEFONO NUMERIC (10) NULL, DIRECCION CHAR (30) NOT NULL, CONSTRAINT PK_PROMOTOR PRIMARY KEY (ID_PROMOTOR) ); USE CECLAV CREATE TABLE INSCRIPCION( ID_INSCRIPCION NUMERIC (5) NOT NULL, ID_CURSO NUMERIC(5) NOT NULL, ID_PROFESOR NUMERIC (5) NOT NULL, ID_ALUMNO NUMERIC (5) NOT NULL, ID_PROMOTOR NUMERIC (5) NOT NULL, COSTO_INSCRIPCION CHAR NOT NULL, CONSTRAINT PK_INSCRIPCION PRIMARY KEY (ID_INSCRIPCION), CONSTRAINT FK_CURSO FOREIGN KEY (ID_CURSO) REFERENCES CURSO (ID_CURSO), CONSTRAINT FK_PROFESOR FOREIGN KEY (ID_PROFESOR) REFERENCES PROFESOR (ID_PROFESOR), CONSTRAINT FK_ALUMNO FOREIGN KEY (ID_ALUMNO) REFERENCES ALUMNO (ID_ALUMNO), CONSTRAINT FK_PROMOTOR FOREIGN KEY (ID_PROMOTOR) REFERENCES PROMOTOR (ID_PROMOTOR) );