SlideShare a Scribd company logo
1 of 13
Undergraduate Economics Association
1
By: Spencer Petitti (VP of Editorial Content)
Week 6: SQL
Undergraduate Economics Association
SQL Workshop
1. What is SQL?
2. What practical applications does it have?
3. Syntax and Use
2
Undergraduate Economics Association
SQL
3
• A very high level programming language, used to access
information stored on a database system
• SQL let you manipulate data easily through a series of
commands
• Why use SQL?
• Relational Databases vs. Flat Database
• http://office.microsoft.com/en-
us/training/relational-means-data-in-multiple-
tables-RZ010253998.aspx?section=3
Undergraduate Economics Association
SQL
4
• Main ideas:
• Data is stored in tables
• Fields (Columns)
• Records (Rows)
Undergraduate Economics Association
PracticalApplications
5
1. MySQL, SQLite
1. Relational Database Management Systems
2. Microsoft Access
1. ACCDB file type
3. SAS, STATA
1. .dta file type, not a database
Undergraduate Economics Association
PracticalApplications
6
1. SQLite
Undergraduate Economics Association
PracticalApplications
7
Undergraduate Economics Association
Syntax(selecting)
8
• The Basics (the SQL query):
• SELECT
• Choosing your data to manipulate or view
by field (column)
• FROM
• Choosing your data by table
• WHERE
• The parameters of your query, will define
what results you see
• http://sqlzoo.net
Undergraduate Economics Association
Syntax(updating)
9
• A little more advanced:
• UPDATE
• Choosing your data by table
• SET
• Choosing your data to manipulate by field
(column)
• WHERE
• The parameters of your query, will define
what results you see
• IF YOU DO NOT SET A WHERE CLAUSE, YOU
LOSE ALL DATA!
• An update query will not show results without a
select query!
Undergraduate Economics Association
Syntax(inserting)
10
• A little more advanced:
• Two ways:
• INSERT INTO
• Choosing your data entry point manipulate
by table(field,field)
• SELECT
• Choosing your data by field
• FROM
• Choosing your data by table
OR
• INSERT INTO
• VALUES
('2012',’Sydney'),('2016',’Athens'),(‘2020’,’Beijing’);
• An update query will not show results without a
select query!
Undergraduate Economics Association
PrimaryKeyandForeignKey
11
• The Primary Key is a unique identifier that defines
each row
• Ex. Your BU ID number
• Data without an assigned Primary Key will create
errors in your database
• Cannot contain NULL values
• Foreign Keys point to Primary Keys in other tables,
linking them together
• Persons linked to Orders table, cannot create
new order without P_id link
Undergraduate Economics Association
Syntax
12
• Google is your friend
• http://stackoverflow.com
• “Introduction to Access SQL”, Microsoft website
• Also: Microsoft Office training courses
• http://www.w3schools.com/sql
Undergraduate Economics Association
Upcoming:
13
• Email reports to spetitti@bu.edu
• The UEA will be compiling the information into a
release for the journal, each individual will be
credited for their contribution

More Related Content

Viewers also liked

Сыктывкар
СыктывкарСыктывкар
СыктывкарNatalliy1r
 
Presentation for recruitment 13 14
Presentation for recruitment 13 14Presentation for recruitment 13 14
Presentation for recruitment 13 14Yulia Skryliuk
 
'Cottobloc' di Solava 'posa in opera flessibile'
'Cottobloc' di Solava 'posa in opera flessibile' 'Cottobloc' di Solava 'posa in opera flessibile'
'Cottobloc' di Solava 'posa in opera flessibile' SOLAVA
 
2.1 universidad nacional de chimborazo
2.1 universidad nacional de chimborazo2.1 universidad nacional de chimborazo
2.1 universidad nacional de chimborazoKaterin Colcha
 
Christopher Jones
Christopher JonesChristopher Jones
Christopher Jonesemirsaman
 
JOSE ALEJANDRO QUINTERO LÓPEZ Maestría en Gestión de la Tecnología Educativa ...
JOSE ALEJANDRO QUINTERO LÓPEZ Maestría en Gestión de la Tecnología Educativa ...JOSE ALEJANDRO QUINTERO LÓPEZ Maestría en Gestión de la Tecnología Educativa ...
JOSE ALEJANDRO QUINTERO LÓPEZ Maestría en Gestión de la Tecnología Educativa ...Jose Quintero
 
İnformasiya təhlükəsizliyi
İnformasiya təhlükəsizliyiİnformasiya təhlükəsizliyi
İnformasiya təhlükəsizliyiRashad Aliyev
 

Viewers also liked (14)

Сыктывкар
СыктывкарСыктывкар
Сыктывкар
 
MAG - 2nd Meeting
MAG - 2nd MeetingMAG - 2nd Meeting
MAG - 2nd Meeting
 
Ijetr021117
Ijetr021117Ijetr021117
Ijetr021117
 
Presentation for recruitment 13 14
Presentation for recruitment 13 14Presentation for recruitment 13 14
Presentation for recruitment 13 14
 
Ts os windows
Ts os windowsTs os windows
Ts os windows
 
'Cottobloc' di Solava 'posa in opera flessibile'
'Cottobloc' di Solava 'posa in opera flessibile' 'Cottobloc' di Solava 'posa in opera flessibile'
'Cottobloc' di Solava 'posa in opera flessibile'
 
Webinar Unizo
Webinar UnizoWebinar Unizo
Webinar Unizo
 
2.1 universidad nacional de chimborazo
2.1 universidad nacional de chimborazo2.1 universidad nacional de chimborazo
2.1 universidad nacional de chimborazo
 
Ts cpu
Ts cpuTs cpu
Ts cpu
 
Christopher Jones
Christopher JonesChristopher Jones
Christopher Jones
 
БИТ:ФИНАНС
БИТ:ФИНАНСБИТ:ФИНАНС
БИТ:ФИНАНС
 
JOSE ALEJANDRO QUINTERO LÓPEZ Maestría en Gestión de la Tecnología Educativa ...
JOSE ALEJANDRO QUINTERO LÓPEZ Maestría en Gestión de la Tecnología Educativa ...JOSE ALEJANDRO QUINTERO LÓPEZ Maestría en Gestión de la Tecnología Educativa ...
JOSE ALEJANDRO QUINTERO LÓPEZ Maestría en Gestión de la Tecnología Educativa ...
 
Lapenel2
Lapenel2Lapenel2
Lapenel2
 
İnformasiya təhlükəsizliyi
İnformasiya təhlükəsizliyiİnformasiya təhlükəsizliyi
İnformasiya təhlükəsizliyi
 

Similar to SQL Workshop for Undergraduate Economics Association

Basics of Microsoft Business Intelligence and Data Integration Techniques
Basics of Microsoft Business Intelligence and Data Integration TechniquesBasics of Microsoft Business Intelligence and Data Integration Techniques
Basics of Microsoft Business Intelligence and Data Integration TechniquesValmik Potbhare
 
php databse handling
php databse handlingphp databse handling
php databse handlingkunj desai
 
Presentation slides of Sequence Query Language (SQL)
Presentation slides of Sequence Query Language (SQL)Presentation slides of Sequence Query Language (SQL)
Presentation slides of Sequence Query Language (SQL)Punjab University
 
SQLDay2013_Denny Cherry - Table indexing for the .NET Developer
SQLDay2013_Denny Cherry - Table indexing for the .NET DeveloperSQLDay2013_Denny Cherry - Table indexing for the .NET Developer
SQLDay2013_Denny Cherry - Table indexing for the .NET DeveloperPolish SQL Server User Group
 
How to Achieve Self-Service Analytics with a Governed Data Services Layer (UK)
How to Achieve Self-Service Analytics with a Governed Data Services Layer (UK)How to Achieve Self-Service Analytics with a Governed Data Services Layer (UK)
How to Achieve Self-Service Analytics with a Governed Data Services Layer (UK)Denodo
 
AnalytixLabs - Data Science 360 (Nasscom)-1648178720283 (1).pdf
AnalytixLabs - Data Science 360 (Nasscom)-1648178720283 (1).pdfAnalytixLabs - Data Science 360 (Nasscom)-1648178720283 (1).pdf
AnalytixLabs - Data Science 360 (Nasscom)-1648178720283 (1).pdfNamanGulati17
 
BI Knowledge Sharing Session 2
BI Knowledge Sharing Session 2BI Knowledge Sharing Session 2
BI Knowledge Sharing Session 2Kelvin Chan
 
How Clean is your Database? Data Scrubbing for all Skill Sets
How Clean is your Database? Data Scrubbing for all Skill SetsHow Clean is your Database? Data Scrubbing for all Skill Sets
How Clean is your Database? Data Scrubbing for all Skill SetsChad Petrovay
 
Tableau Best Practices for OBIEE
Tableau Best Practices for OBIEETableau Best Practices for OBIEE
Tableau Best Practices for OBIEEBI Connector
 
Optimizing Access with SQL Server
Optimizing Access with SQL ServerOptimizing Access with SQL Server
Optimizing Access with SQL ServerPRPASS Chapter
 
Building better SQL Server Databases
Building better SQL Server DatabasesBuilding better SQL Server Databases
Building better SQL Server DatabasesColdFusionConference
 
Building Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerBuilding Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerAntonios Chatzipavlis
 
Access essential training framework
Access essential training   frameworkAccess essential training   framework
Access essential training frameworkVijay Perepa
 
Why ask why? Try agile BI!
Why ask why? Try agile BI!Why ask why? Try agile BI!
Why ask why? Try agile BI!Excella
 
unit01-Activity-SQL-Query-Review-1.pptx
unit01-Activity-SQL-Query-Review-1.pptxunit01-Activity-SQL-Query-Review-1.pptx
unit01-Activity-SQL-Query-Review-1.pptxAnesElmouaddeb
 
Database Akjljljlkjlkjkljlkjldiministration.pptx
Database Akjljljlkjlkjkljlkjldiministration.pptxDatabase Akjljljlkjlkjkljlkjldiministration.pptx
Database Akjljljlkjlkjkljlkjldiministration.pptxEliasPetros
 

Similar to SQL Workshop for Undergraduate Economics Association (20)

Basics of Microsoft Business Intelligence and Data Integration Techniques
Basics of Microsoft Business Intelligence and Data Integration TechniquesBasics of Microsoft Business Intelligence and Data Integration Techniques
Basics of Microsoft Business Intelligence and Data Integration Techniques
 
php databse handling
php databse handlingphp databse handling
php databse handling
 
MS ACCESS
MS ACCESSMS ACCESS
MS ACCESS
 
Presentation slides of Sequence Query Language (SQL)
Presentation slides of Sequence Query Language (SQL)Presentation slides of Sequence Query Language (SQL)
Presentation slides of Sequence Query Language (SQL)
 
SQLDay2013_Denny Cherry - Table indexing for the .NET Developer
SQLDay2013_Denny Cherry - Table indexing for the .NET DeveloperSQLDay2013_Denny Cherry - Table indexing for the .NET Developer
SQLDay2013_Denny Cherry - Table indexing for the .NET Developer
 
How to Achieve Self-Service Analytics with a Governed Data Services Layer (UK)
How to Achieve Self-Service Analytics with a Governed Data Services Layer (UK)How to Achieve Self-Service Analytics with a Governed Data Services Layer (UK)
How to Achieve Self-Service Analytics with a Governed Data Services Layer (UK)
 
AnalytixLabs - Data Science 360 (Nasscom)-1648178720283 (1).pdf
AnalytixLabs - Data Science 360 (Nasscom)-1648178720283 (1).pdfAnalytixLabs - Data Science 360 (Nasscom)-1648178720283 (1).pdf
AnalytixLabs - Data Science 360 (Nasscom)-1648178720283 (1).pdf
 
Philly TechFest SQL Indexes
Philly TechFest SQL IndexesPhilly TechFest SQL Indexes
Philly TechFest SQL Indexes
 
BI Knowledge Sharing Session 2
BI Knowledge Sharing Session 2BI Knowledge Sharing Session 2
BI Knowledge Sharing Session 2
 
How Clean is your Database? Data Scrubbing for all Skill Sets
How Clean is your Database? Data Scrubbing for all Skill SetsHow Clean is your Database? Data Scrubbing for all Skill Sets
How Clean is your Database? Data Scrubbing for all Skill Sets
 
Tableau Best Practices for OBIEE
Tableau Best Practices for OBIEETableau Best Practices for OBIEE
Tableau Best Practices for OBIEE
 
Understanding indices
Understanding indicesUnderstanding indices
Understanding indices
 
Taming the shrew Power BI
Taming the shrew Power BITaming the shrew Power BI
Taming the shrew Power BI
 
Optimizing Access with SQL Server
Optimizing Access with SQL ServerOptimizing Access with SQL Server
Optimizing Access with SQL Server
 
Building better SQL Server Databases
Building better SQL Server DatabasesBuilding better SQL Server Databases
Building better SQL Server Databases
 
Building Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerBuilding Data Warehouse in SQL Server
Building Data Warehouse in SQL Server
 
Access essential training framework
Access essential training   frameworkAccess essential training   framework
Access essential training framework
 
Why ask why? Try agile BI!
Why ask why? Try agile BI!Why ask why? Try agile BI!
Why ask why? Try agile BI!
 
unit01-Activity-SQL-Query-Review-1.pptx
unit01-Activity-SQL-Query-Review-1.pptxunit01-Activity-SQL-Query-Review-1.pptx
unit01-Activity-SQL-Query-Review-1.pptx
 
Database Akjljljlkjlkjkljlkjldiministration.pptx
Database Akjljljlkjlkjkljlkjldiministration.pptxDatabase Akjljljlkjlkjkljlkjldiministration.pptx
Database Akjljljlkjlkjkljlkjldiministration.pptx
 

More from Massimiliano Hasan (20)

5th MAG Meeting
5th MAG Meeting5th MAG Meeting
5th MAG Meeting
 
4th MAG Meeting
4th MAG Meeting4th MAG Meeting
4th MAG Meeting
 
General meeting (3.18.2014) final
General meeting (3.18.2014) finalGeneral meeting (3.18.2014) final
General meeting (3.18.2014) final
 
MAG - 3rd Meeting
MAG - 3rd MeetingMAG - 3rd Meeting
MAG - 3rd Meeting
 
MAG - 4th Meeting
MAG - 4th MeetingMAG - 4th Meeting
MAG - 4th Meeting
 
MAG - 1st meeting
MAG - 1st meetingMAG - 1st meeting
MAG - 1st meeting
 
General meeting (1.28.2014)
General meeting (1.28.2014)General meeting (1.28.2014)
General meeting (1.28.2014)
 
Income inequality event
Income inequality eventIncome inequality event
Income inequality event
 
BUUEA Constitution
BUUEA ConstitutionBUUEA Constitution
BUUEA Constitution
 
General Meeting (11.5.2013)
General Meeting (11.5.2013)General Meeting (11.5.2013)
General Meeting (11.5.2013)
 
Can the EU survive the Eurozone Crisis?
Can the EU survive the Eurozone Crisis?Can the EU survive the Eurozone Crisis?
Can the EU survive the Eurozone Crisis?
 
CCD Event
CCD EventCCD Event
CCD Event
 
General Meeting (9.23.2013)
General Meeting (9.23.2013)General Meeting (9.23.2013)
General Meeting (9.23.2013)
 
General meeting (9.12.2013)
General meeting (9.12.2013)General meeting (9.12.2013)
General meeting (9.12.2013)
 
Bioethanol lecture
Bioethanol lectureBioethanol lecture
Bioethanol lecture
 
Informational meeting-9-11-12
Informational meeting-9-11-12Informational meeting-9-11-12
Informational meeting-9-11-12
 
2013 03-28 uea talk
2013 03-28 uea talk2013 03-28 uea talk
2013 03-28 uea talk
 
Problems of-big-government-abstract
Problems of-big-government-abstractProblems of-big-government-abstract
Problems of-big-government-abstract
 
General meeting (3.26.13)
General meeting (3.26.13)General meeting (3.26.13)
General meeting (3.26.13)
 
Informational meeting-1-27-13
Informational meeting-1-27-13Informational meeting-1-27-13
Informational meeting-1-27-13
 

Recently uploaded

Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Recently uploaded (20)

Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 

SQL Workshop for Undergraduate Economics Association