XII-Report File
XII-Report File
REPORT FILE-2023-24
SUBJECT-INFORMATICES PRACTICES (065)
SUBMITTED BY SUBMITTED TO
for the SSCE Practical Examination of the subject code Informatics Practices
(065).
The Report File work reported here is as per the guidelines of CBSE for SSCE
The Report File work carried out by him/her is not a form of any other Report
File.
................................... .................................
External’s Sign.
...................................
Secondly, I would also like to thank my parents and friends who helped me a
lot in finishing this Report File within limited time. I am making this Report File
not only for marks but also to increase my knowledge.
4. MATPLOTLIB GRAPHS 5
5. INTRODUCTION TO SQL
6. SQL QUERIES 24
7. Bibliography
INTORDUCTION TO PYTHON PANDAS
• Software development,
• Mathematics,
CSV Files
The CSV file format is not fully standardized. The basic idea of separating
fields with a comma is clear, but the situation gets complicated when field
data also contain commas or embedded line breaks. CSV implementations
may not handle such field data, or they may use quotation marks to
surround the field. Quotation does not solve everything: some fields may
need embedded quotation marks, so a CSV implementation may include
escape characters or escape sequences.
PANDAS PROGRAM
Data Visualization
Data visualization is the technique to present the data in a pictorial or
graphical format. It enables stakeholders and decision makers to analyze
data visually. The data in a graphical format allows them to identify new
trends and patterns easily.
Clarity
Accuracy
Efficiency
Visual effect
Coordination System
Data Types and Scale
Informative Interpretation
MATPLOTLIB PROGRAMS
MYSQL
MySQL is a relational database management system based on the Structured
Query Language, which is the popular language for accessing and managing the
records in the database. MySQL is open-source and free software under the
GNU license. It is supported by Oracle Company.
What is Database?
It is very important to understand the database before learning MySQL. A
database is an application that stores the organized collection of records. It can
be accessed and manage by the user very easily. It allows us to organize data
into tables, rows, columns, and indexes to find the relevant information very
quickly. Each database contains distinct API for performing database
operations such as creating, managing, accessing, and searching the data it
stores. Today, many databases available like MySQL, Sybase, Oracle,
MongoDB, PostgreSQL, SQL Server, etc. In this section, we are going to focus
on MySQL mainly.
History of MySQL :-
Disadvantages of MySQL:
***********************
Mysql queries
BIBLIOGRAPHY