Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

DBMS(SQL)

Vishwadev K
RA1711003020118
CSE 3B
ABOUT THE COMPANY

AERO SOFTWARE SOLUTION

• Aero Software Solutions Inc (ASSI) is an US based IT Management &


Consulting firm founded in October 2003 by a few top notch Lead
Senior IT Professionals and Business Management Consultants.

• Aero software solution is established has an trusted staffing and


consulting services in IT field.
Duration And Workdone
• No of days internship done: 15 days

• I worked on the domain of database management using sql.


Current Project
• Currently they are designing and constructing and implementing
solutions to MNC’s Like TCS,WIPRO,INFOSYS.

• They are producing a some cnc machine softwares like cimantron to


mechanical based companies.
DREAM COMPANY
TATA CONSULTANCY SERVICE PVT LMTD

• Tata Consultancy Services Limited (TCS) is an Indian multinational


information technology (IT) service and consulting company
headquartered in Mumbai, Maharashtra, India.It is a subsidiary of
Tata Group and operates in 149 locations across 46 countries.They
help customers achieve their business objectives by providing
innovative, best-in-class consulting, IT solutions and services and to
make it a joy for all stakeholders to work with us.
Current Project In Dream Company
Top Management People of the Company
• CEO:MR.SRIDHAR VEMBU

• CFO:MR.ANDREW MATHEWS

• COO:MR.KUMAR VEMBU
Why do you want to join in your dream
company
• TCS is an amazing place to work and learn
• There is work pressure not like other MNC’s Companies.
• There is no dress code.
• No strict timings for regular employees like Developers, Designers,
Marketers, Content writers
Project done during internship
• Done Project On Hospital Management System

• The main objective of this project is to keep track of the records of


the doctors, patients and nurses. If this record is maintained with
paperworks it consumes labour services and paper of records. So, this
is an automated system which helps to maintain the records.
Tools Used
• SQL is a standard computer language for relational database
management and data manipulation. This is mainly used to insert,
query, update and modify data.
• SQL statements will mainly perform taskes such as Updating datas on
a database or retrieve data from a database. Some relational
database management systems that use SQL are: Oracle, Sybase,
Microsoft SQL Server.
• SQL was first introduced in 1979 by Oracle Corporation. The current
standard SQL version is voluntary, vendor-complaint and monitored
by the American National Standard Institute (ANSI).
Overview of SQL
• SQL is a standard computer language for relational database
management and data manipulation. This is mainly used to insert,
query, update and modify data.
• SQL statements will mainly perform taskes such as Updating datas on
a database or retrieve data from a database. Some relational
database management systems that use SQL are: Oracle, Sybase,
Microsoft SQL Server.
• SQL was first introduced in 1979 by Oracle Corporation. The current
standard SQL version is voluntary, vendor-complaint and monitored
by the American National Standard Institute (ANSI).
Types of SQL

• Types of SQL:
• ● Data definition language (DDL)
• ● Data manipulation language (DML)
• ● Data control language (DCL)
• ● Transaction control statement (TCS)
• ● Session control statements (SCS
Functions and packages in SQL
• Functions in SQL:
• AVG()- Returns the average value
• COUNT()- Returns the number of rows
• FIRST()- Returns the first value
• LAST()- Returns the last value
• MAX()- Returns the largest value
• MIN()- Returns the smallest value
• SUM()- Returns the sum
Packages in Sql
• A Package us an encapsulated collection of related program objects
like
• ● Procedures
• ● Functions
• ● Constants
• ● Variables
• ● Cursors
• ● Exceptions

You might also like