NIE Institute of Technology, Mysore
Internship seminar on
“DATABASE FUNDAMENTALS”
COMPANY: ICT ACADEMY in Collaboration
with CAPGEMINI
Presented By:
Shravana K
4NN20EC035
Approved by AICTE , New Delhi | Affiliated to VTU ,Belagavi
DEPARTMENT OF ELECTRONICS AND COMMUNICATION
ENGINEERING
UNDER THE GUIDENCE OF
Mr. Harish S V
Assistant Professor
Dept. of Electronics & Communication
NIEIT, Mysuru.
CONTENTS 2
SL No TITLE SLIDE No
1. About Internship 3
2. About the company 4
3. Roles and responsibilities 5
4. Turnover investment of the company 6
5. Introduction to Database, DBMS, RDBMS and SQL 7
6. SQL Syntax, Datatypes and Comments 8
7. Operators and Expressions in SQL 10
8. Benefits of the internship undergone towards our
college
11
9. Interaction and bonding towards company and our
institutions
12
10. Questionnaire 13
ABOUT INTERNSHIP 3
What I learned from Internship :
 Active Participation
 Continuous Learning
 Team Collaboration
 Professionalism
 Problem Solving
 Ethical Conduct
 Communication Skills
 Networking
 Community Engagement
ABOUT THE COMPANY
 The ICT Academy is an initiative of the Government of India in collaboration with the State Government and Industries.
 It is a platform or organization that typically provides training, certification, and professional development opportunities in various fields related
to information and communication technology (ICT).
 These academies aim to enhance skills and knowledge in areas such as software development, networking, cybersecurity, data analytics, and
more.
 They often collaborate with industry partners and educational institutions to offer relevant and up-to-date courses and resources to individuals
seeking to advance their careers in the ICT sector.
SERVICES PROVIDED
 Training programs
 Certification programs
 Professional development
 Industry collaborations
 Research and innovation
 Talent development programs
 Skill assessments
 Consulting services
4
ROLES AND RESPONSIBILITIES
 The ICT Academy equips students with essential skills and knowledge in Information and
Communication Technology (ICT), preparing them for the dynamic digital landscape.
 As members of the ICT Academy, students undertake various roles and responsibilities.
We actively participate in classroom activities, collaborate with peers on projects, and
stay updated with industry trends through continuous learning.
 Upholding professionalism and ethical conduct, they apply problem-solving skills to
address ICT challenges and contribute to innovative solutions. Effective communication
and networking further enhance our capabilities, while community engagement initiatives
showcase our commitment to leveraging ICT for societal benefit.
 Overall, ICT Academy students serve as ambassadors of technological advancement,
embodying the principles of excellence, collaboration, and responsible stewardship in
the digital era.
5
TURNOVER INVESMENTS OF THE
COMPANY
 ICT Academy generated nearly 22 billion euros in revenue in 2023.
 ICT Academy reports its revenue in broken down into three business
lines: Applications & Technology, Operations & Engineering, and
Strategy & Transformation.
 Revenues of €5,480 million in Q3 2023, up +2.3% at constant
exchange rates.
 Revenues of €16,906 million in the first nine months, up +6.0% at
constant exchange rates.
6
INTRODUCTION to DATABASE,
DBMS, RDBMS and SQL
 1. Database : A database is a structured collection of data stored electronically. It can range from
simple lists to complex data structures and is designed for efficient retrieval, storage, and
management of data.
 2. DBMS (Database Management System) : A DBMS is software that enables users to interact
with a database. It provides tools for creating, modifying, and querying data, as well as managing
database security, integrity, and concurrency. Examples include MySQL, PostgreSQL, Oracle,
and Microsoft SQL Server.
 3. RDBMS (Relational Database Management System) : An RDBMS is a type of DBMS that
organizes data into tables with rows and columns, and establishes relationships between them
using keys. It enforces ACID properties (Atomicity, Consistency, Isolation, Durability) to
maintain data integrity. SQL is the standard language used to interact with RDBMSs.
 4. SQL (Structured Query Language) : SQL is a domain-specific language used for managing
and manipulating relational databases. It provides commands for creating and modifying
database structures, querying data, inserting and updating records, and controlling access
permissions. SQL is essential for interacting with RDBMSs and performing various data
operations.
7
SQL SYNTAX, DATATYPES and COMMENTS
 SQL syntax varies slightly between different database management systems (DBMS), but the core structure remains largely
consistent. Here's a brief overview of SQL syntax and common data types.
SQL Syntax :
 1. SELECT: Retrieve data from a database.
SELECT column1, column2 FROM table_name WHERE condition;
 2. INSERT INTO: Insert new records into a table.
INSERT INTO table_name (column1, column2) VALUES (value1, value2);
 3. UPDATE: Modify existing records in a table.
UPDATE table_name SET column1 = value1, column2 = value2 WHERE condition;
 4. DELETE: Remove records from a table .
DELETE FROM table_name WHERE condition;
 5. Create TABLE: Create a new table in the database
CREATE TABLE table_name ( column1 datatype, column2 datatype, ... );
 6. ALTER TABLE: Modify an existing table structure .
ALTER TABLE table_name ADD column_name datatype;
 7. DROP TABLE: Delete an existing table.
DROP TABLE table_name;
8
9
Common Data Types :
 1. INTEGER: Whole numbers.
 2. FLOAT/REAL: Floating-point numbers.
 3. CHAR(n): Fixed-length character strings.
 4. VARCHAR(n): Variable-length character strings.
 5. DATE: Date values (YYYY-MM-DD format).
 6. TIME: Time values (HH:MM:SS format).
 7. DATETIME/TIMESTAMP: Date and time values.
Comments :
 1. Single-line comments start with --.
 Example : -- Single-line comment
 2. Multi-line comments start with /* and end with */
 Example : */SELECT column1, column2 FROM table1 WHERE condition1 =
'value' -- Another single-line comment AND condition2 > 10;
OPERATORS and EXPRESSIONS IN SQL
Operators :
 1. Arithmetic operators: +, -, *, /, % (addition, subtraction, multiplication, division,
modulus).
 2. Comparison operators: =, != or <>, <, >, <=, >= (equal, not equal, less than, greater than,
less than or equal to, greater than or equal to).
 3. Logical operators: AND, OR, NOT (logical conjunction, disjunction, negation).
 4. Concatenation operator: || (used to concatenate strings).
 5. Bitwise operators: &, |, ^ (bitwise AND, OR, XOR).
 6. Assignment operator: = (used to assign values to variables or columns).
Expressions :
 1. Arithmetic expressions: combinations of arithmetic operators and operands.
 2. String expressions: concatenations of strings, or applying string functions.
 3. Date expressions: operations on date and time data types, like adding or subtracting
intervals.
 4. Boolean expressions: logical combinations of conditions using logical operators.
10
BENEFITS OF THE INTERNSHIP
UNDERGONE TOWARDS OUR COLLEGE
11
 Interning with ICT Academy Training presents numerous advantages for college students.
 Firstly, it offers hands-on experience in various cutting-edge technologies and
methodologies, aligning students with industry trends and demands. This practical exposure
enhances our academic learning, making us more marketable to prospective employers
upon graduation.
 Moreover, the internship provides opportunities for networking with professionals and
mentors, facilitating invaluable connections that could potentially lead to future job
opportunities or collaborations.
 Additionally, students develop essential soft skills such as teamwork, problem-solving, and
time management, which are instrumental for success in any professional setting.
 Overall, interning with ICT Academy Training equips students with a competitive edge,
preparing them for a seamless transition into the workforce and a rewarding
career journey ahead.
Interaction and Bonding towards
company and our institution.
 The internship can create valuable connections between the college and
the company offering it. This can lead to future collaborations, such as
guest lectures, research opportunities, or even potential job placements
for graduating students.
 The company can gain access to a pool of talented students, faculty
expertise, and potential research partners from our institution.
 After the completion of internship college can have access to students
with valuable internship and research opportunities, with industry
insights which will help in the upbringing of the college development.
12
13
THANK YOU
14

More Related Content

PDF
2015_CTI_BSc-IT_Module-Description_Final1
PPTX
how to build cloud and with some research for mca and Btech cs in 2024
PPTX
FUNDAMENTAL OF DATA BASE MANAGEMENT SYSTEM UNIT 2.pptx
DOCX
ROSEBEL_GEORGE_RESUME
DOC
Abhay Latest_Resume
PDF
M44.pdf dairy management farm report of an
PDF
Database management system lLABMANUALpdf
PDF
Dbms lab manual
2015_CTI_BSc-IT_Module-Description_Final1
how to build cloud and with some research for mca and Btech cs in 2024
FUNDAMENTAL OF DATA BASE MANAGEMENT SYSTEM UNIT 2.pptx
ROSEBEL_GEORGE_RESUME
Abhay Latest_Resume
M44.pdf dairy management farm report of an
Database management system lLABMANUALpdf
Dbms lab manual

Similar to Shravana internship in ICT academy in collaboration with caogemini.pptx (20)

DOCX
Resume_thiruka naik
DOCX
report on internship
PDF
Resume
DOCX
Student database management system
DOCX
Anil_Resume_latest
PDF
unlocking the power of data the journey of data engineer.pdf
PDF
A Generic Model for Student Data Analytic Web Service (SDAWS)
PDF
Internship Report].pdf iiwmoosmsosmshkssmk
DOCX
quick_guide_to_IT_reform_at_AAUA
PDF
Academic Resources Architecture Framework Planning using ERP in Cloud Computing
DOCX
summer training report on payroll at cmc
DOCX
REPORT PRAKTIKAL
DOC
Muneer Shaik Resume
DOCX
Internship in-chennai-for-eie-in-ethical-hacking
DOCX
Internship in-chennai-for-eee-in-website-designing
PDF
ds_mod1.pdf
PDF
"Data Science in Kochi: Empowering Careers with Cutting-Edge Analytics"
PPTX
Education Data Standards Overview
PPTX
The evolving enterprise architecture
DOCX
Shilpa Govindrao Lathkar
Resume_thiruka naik
report on internship
Resume
Student database management system
Anil_Resume_latest
unlocking the power of data the journey of data engineer.pdf
A Generic Model for Student Data Analytic Web Service (SDAWS)
Internship Report].pdf iiwmoosmsosmshkssmk
quick_guide_to_IT_reform_at_AAUA
Academic Resources Architecture Framework Planning using ERP in Cloud Computing
summer training report on payroll at cmc
REPORT PRAKTIKAL
Muneer Shaik Resume
Internship in-chennai-for-eie-in-ethical-hacking
Internship in-chennai-for-eee-in-website-designing
ds_mod1.pdf
"Data Science in Kochi: Empowering Careers with Cutting-Edge Analytics"
Education Data Standards Overview
The evolving enterprise architecture
Shilpa Govindrao Lathkar
Ad

Recently uploaded (20)

PPTX
principlesofmanagementsem1slides-131211060335-phpapp01 (1).ppt
PDF
faiz-khans about Radiotherapy Physics-02.pdf
PPTX
Q2 Week 1.pptx Lesson on Kahalagahan ng Pamilya sa Edukasyon
PPTX
Unit 1 aayurveda and nutrition presentation
PPTX
PLASMA AND ITS CONSTITUENTS 123.pptx
PPTX
IT infrastructure and emerging technologies
PDF
Hospital Case Study .architecture design
PDF
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf
PDF
CHALLENGES FACED BY TEACHERS WHEN TEACHING LEARNERS WITH DEVELOPMENTAL DISABI...
PPTX
MMW-CHAPTER-1-final.pptx major Elementary Education
PDF
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
PDF
Diabetes Mellitus , types , clinical picture, investigation and managment
PPTX
ACFE CERTIFICATION TRAINING ON LAW.pptx
PDF
The TKT Course. Modules 1, 2, 3.for self study
PDF
WHAT NURSES SAY_ COMMUNICATION BEHAVIORS ASSOCIATED WITH THE COMP.pdf
PPTX
2025 High Blood Pressure Guideline Slide Set.pptx
PPTX
UNIT_2-__LIPIDS[1].pptx.................
PPTX
Neurology of Systemic disease all systems
PDF
Review of Related Literature & Studies.pdf
PPTX
Theoretical for class.pptxgshdhddhdhdhgd
principlesofmanagementsem1slides-131211060335-phpapp01 (1).ppt
faiz-khans about Radiotherapy Physics-02.pdf
Q2 Week 1.pptx Lesson on Kahalagahan ng Pamilya sa Edukasyon
Unit 1 aayurveda and nutrition presentation
PLASMA AND ITS CONSTITUENTS 123.pptx
IT infrastructure and emerging technologies
Hospital Case Study .architecture design
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf
CHALLENGES FACED BY TEACHERS WHEN TEACHING LEARNERS WITH DEVELOPMENTAL DISABI...
MMW-CHAPTER-1-final.pptx major Elementary Education
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
Diabetes Mellitus , types , clinical picture, investigation and managment
ACFE CERTIFICATION TRAINING ON LAW.pptx
The TKT Course. Modules 1, 2, 3.for self study
WHAT NURSES SAY_ COMMUNICATION BEHAVIORS ASSOCIATED WITH THE COMP.pdf
2025 High Blood Pressure Guideline Slide Set.pptx
UNIT_2-__LIPIDS[1].pptx.................
Neurology of Systemic disease all systems
Review of Related Literature & Studies.pdf
Theoretical for class.pptxgshdhddhdhdhgd
Ad

Shravana internship in ICT academy in collaboration with caogemini.pptx

  • 1. NIE Institute of Technology, Mysore Internship seminar on “DATABASE FUNDAMENTALS” COMPANY: ICT ACADEMY in Collaboration with CAPGEMINI Presented By: Shravana K 4NN20EC035 Approved by AICTE , New Delhi | Affiliated to VTU ,Belagavi DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING UNDER THE GUIDENCE OF Mr. Harish S V Assistant Professor Dept. of Electronics & Communication NIEIT, Mysuru.
  • 2. CONTENTS 2 SL No TITLE SLIDE No 1. About Internship 3 2. About the company 4 3. Roles and responsibilities 5 4. Turnover investment of the company 6 5. Introduction to Database, DBMS, RDBMS and SQL 7 6. SQL Syntax, Datatypes and Comments 8 7. Operators and Expressions in SQL 10 8. Benefits of the internship undergone towards our college 11 9. Interaction and bonding towards company and our institutions 12 10. Questionnaire 13
  • 3. ABOUT INTERNSHIP 3 What I learned from Internship :  Active Participation  Continuous Learning  Team Collaboration  Professionalism  Problem Solving  Ethical Conduct  Communication Skills  Networking  Community Engagement
  • 4. ABOUT THE COMPANY  The ICT Academy is an initiative of the Government of India in collaboration with the State Government and Industries.  It is a platform or organization that typically provides training, certification, and professional development opportunities in various fields related to information and communication technology (ICT).  These academies aim to enhance skills and knowledge in areas such as software development, networking, cybersecurity, data analytics, and more.  They often collaborate with industry partners and educational institutions to offer relevant and up-to-date courses and resources to individuals seeking to advance their careers in the ICT sector. SERVICES PROVIDED  Training programs  Certification programs  Professional development  Industry collaborations  Research and innovation  Talent development programs  Skill assessments  Consulting services 4
  • 5. ROLES AND RESPONSIBILITIES  The ICT Academy equips students with essential skills and knowledge in Information and Communication Technology (ICT), preparing them for the dynamic digital landscape.  As members of the ICT Academy, students undertake various roles and responsibilities. We actively participate in classroom activities, collaborate with peers on projects, and stay updated with industry trends through continuous learning.  Upholding professionalism and ethical conduct, they apply problem-solving skills to address ICT challenges and contribute to innovative solutions. Effective communication and networking further enhance our capabilities, while community engagement initiatives showcase our commitment to leveraging ICT for societal benefit.  Overall, ICT Academy students serve as ambassadors of technological advancement, embodying the principles of excellence, collaboration, and responsible stewardship in the digital era. 5
  • 6. TURNOVER INVESMENTS OF THE COMPANY  ICT Academy generated nearly 22 billion euros in revenue in 2023.  ICT Academy reports its revenue in broken down into three business lines: Applications & Technology, Operations & Engineering, and Strategy & Transformation.  Revenues of €5,480 million in Q3 2023, up +2.3% at constant exchange rates.  Revenues of €16,906 million in the first nine months, up +6.0% at constant exchange rates. 6
  • 7. INTRODUCTION to DATABASE, DBMS, RDBMS and SQL  1. Database : A database is a structured collection of data stored electronically. It can range from simple lists to complex data structures and is designed for efficient retrieval, storage, and management of data.  2. DBMS (Database Management System) : A DBMS is software that enables users to interact with a database. It provides tools for creating, modifying, and querying data, as well as managing database security, integrity, and concurrency. Examples include MySQL, PostgreSQL, Oracle, and Microsoft SQL Server.  3. RDBMS (Relational Database Management System) : An RDBMS is a type of DBMS that organizes data into tables with rows and columns, and establishes relationships between them using keys. It enforces ACID properties (Atomicity, Consistency, Isolation, Durability) to maintain data integrity. SQL is the standard language used to interact with RDBMSs.  4. SQL (Structured Query Language) : SQL is a domain-specific language used for managing and manipulating relational databases. It provides commands for creating and modifying database structures, querying data, inserting and updating records, and controlling access permissions. SQL is essential for interacting with RDBMSs and performing various data operations. 7
  • 8. SQL SYNTAX, DATATYPES and COMMENTS  SQL syntax varies slightly between different database management systems (DBMS), but the core structure remains largely consistent. Here's a brief overview of SQL syntax and common data types. SQL Syntax :  1. SELECT: Retrieve data from a database. SELECT column1, column2 FROM table_name WHERE condition;  2. INSERT INTO: Insert new records into a table. INSERT INTO table_name (column1, column2) VALUES (value1, value2);  3. UPDATE: Modify existing records in a table. UPDATE table_name SET column1 = value1, column2 = value2 WHERE condition;  4. DELETE: Remove records from a table . DELETE FROM table_name WHERE condition;  5. Create TABLE: Create a new table in the database CREATE TABLE table_name ( column1 datatype, column2 datatype, ... );  6. ALTER TABLE: Modify an existing table structure . ALTER TABLE table_name ADD column_name datatype;  7. DROP TABLE: Delete an existing table. DROP TABLE table_name; 8
  • 9. 9 Common Data Types :  1. INTEGER: Whole numbers.  2. FLOAT/REAL: Floating-point numbers.  3. CHAR(n): Fixed-length character strings.  4. VARCHAR(n): Variable-length character strings.  5. DATE: Date values (YYYY-MM-DD format).  6. TIME: Time values (HH:MM:SS format).  7. DATETIME/TIMESTAMP: Date and time values. Comments :  1. Single-line comments start with --.  Example : -- Single-line comment  2. Multi-line comments start with /* and end with */  Example : */SELECT column1, column2 FROM table1 WHERE condition1 = 'value' -- Another single-line comment AND condition2 > 10;
  • 10. OPERATORS and EXPRESSIONS IN SQL Operators :  1. Arithmetic operators: +, -, *, /, % (addition, subtraction, multiplication, division, modulus).  2. Comparison operators: =, != or <>, <, >, <=, >= (equal, not equal, less than, greater than, less than or equal to, greater than or equal to).  3. Logical operators: AND, OR, NOT (logical conjunction, disjunction, negation).  4. Concatenation operator: || (used to concatenate strings).  5. Bitwise operators: &, |, ^ (bitwise AND, OR, XOR).  6. Assignment operator: = (used to assign values to variables or columns). Expressions :  1. Arithmetic expressions: combinations of arithmetic operators and operands.  2. String expressions: concatenations of strings, or applying string functions.  3. Date expressions: operations on date and time data types, like adding or subtracting intervals.  4. Boolean expressions: logical combinations of conditions using logical operators. 10
  • 11. BENEFITS OF THE INTERNSHIP UNDERGONE TOWARDS OUR COLLEGE 11  Interning with ICT Academy Training presents numerous advantages for college students.  Firstly, it offers hands-on experience in various cutting-edge technologies and methodologies, aligning students with industry trends and demands. This practical exposure enhances our academic learning, making us more marketable to prospective employers upon graduation.  Moreover, the internship provides opportunities for networking with professionals and mentors, facilitating invaluable connections that could potentially lead to future job opportunities or collaborations.  Additionally, students develop essential soft skills such as teamwork, problem-solving, and time management, which are instrumental for success in any professional setting.  Overall, interning with ICT Academy Training equips students with a competitive edge, preparing them for a seamless transition into the workforce and a rewarding career journey ahead.
  • 12. Interaction and Bonding towards company and our institution.  The internship can create valuable connections between the college and the company offering it. This can lead to future collaborations, such as guest lectures, research opportunities, or even potential job placements for graduating students.  The company can gain access to a pool of talented students, faculty expertise, and potential research partners from our institution.  After the completion of internship college can have access to students with valuable internship and research opportunities, with industry insights which will help in the upbringing of the college development. 12
  • 13. 13