0% found this document useful (0 votes)
14 views

project file 10 -A+B

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

project file 10 -A+B

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

T.D.

PUBLIC
SENIORSECONDARYSCHOOL
ALIGANJ-ETAH
AFFILIATEDTOCBSE,NEWDELHI(AFFILIATIONNO:2133444)

SESSION-2024-25

CLASS-10th(A)
{{Information TechnologyProjectFILE}

SUBJECT:I. T. (402)

SUBMITTED BY: SUBMITTED TO:

ER. WAHEEDANSARI
CERTIFICATE

This is to certify that RISHU of class: X-A

Of TRIVENIDEVIPUBLICSCHOOL,ALIGANJ-ETAH
has done their all practical under my
supervision. They have taken interest and
has shown at most sincerity in completion of
this practical file.
I certify that these practicals are up to my
expectation & as per guidelines issued by
CBSE, NEW DELHI.

InternalExaminer ExternalExaminer

Principal
INFORMATION
TECHNOLOGY

PROJECT FILE

CLASS-10 th

TOPICS
A.SPREAD SHEET

B. SQL COMMANDS
INDEX
1. What is What-IF-Analysis tool? Explain its type.
2. Write steps to Create Goal seek and scenario of
what-if analysis tool.
3. What is mail merge? Write steps to create Mail merge.
4. What is Macros? Write steps to create macros.

5. What is query? Write steps to create table in


design view.

COMMANDS IN SQL
a. Create tables,ShowTables,Describe Rename,Alter, Select,
From, Where, Insert, Update commands
, Delete,Drop,Truncate,Update,
B. Queries using DISTINCT,INBETWEEN,LIKE,ISNULL,ORDERBY,
C. Queries for Aggregate functions-
SUM(),AVG(),MIN(),MAX(),COUNT()
6. Write SQL Command to create a table.
7. Write SQL Command to Insert the given record into a
table.
8. Write SQL Command to Select record all record from a
table and display output.
9.Wriet SQL Command to update the Marks of table record
and display result.
10. Write SQL Command to display Update marks by Order
By.(Ascending order)
11. Write SQL Command for Aggregate function-MAX ().
Min(), Average () and SUM()
12. Write SQL Command to rename a Field of a table.
13. Write SQL Command Add column for Mobile No .
1. Write SQL Command to create a student table
for the given field

ID_NO STU_NAME GRADE DOB MARKS GENDER

WRITE SQL COMMAND:-

Project Record file Information Technology Class 10th


2. Write SQL Command to Insert the given record
into a table.

ID_NO STU_NAME GRADE DOB MARKS GENDER


1 Rupal 10 10/04/2006 80 M
2 Rashmi 9 08/12/2005 87 F
3 Alex 10 25/05/2004 68 M
4 Altaf 9 16/07/2005 91 M
5 Sumona 10 26/08/2004 95 F

SQL COMMAND-

Project Record file Information Technology Class 10th


3. Write SQL Command to Select record all record
from a table and display output.

ID_NO STU_NAME GRADE DOB MARKS GENDER


1 Rupal 10 10/04/2006 80 M
2 Rashmi 9 08/12/2005 87 F
3 Alex 10 25/05/2004 68 M
4 Altaf 9 16/07/2005 91 M
5 Sumona 10 26/08/2004 95 F

SQL COMMANDS:-

Project Record file Information Technology Class 10th


4.Wriet SQL Command to update the Marks of table
record and display result

ID_NO STU_NAME GRADE DOB MARKS GENDER


1 Rupal 10 10/04/2006 80 M
2 Rashmi 9 08/12/2005 87 F
3 Alex 10 25/05/2004 68 M
4 Altaf 9 16/07/2005 91 M
5 Sumona 10 26/08/2004 95 F

SQL command-

Updated Table-

Project Record file Information Technology Class 10th

5. Write SQL Command to display Update marks by


Order By.(Ascending order)

SQL COMMAND:-

Update Table-

Project Record file Information Technology Class 10th


6. Write SQL Command for Aggregate function
MAX (). Min(), Average () and SUM()

Project Record file Information Technology Class 10th


Project Record file Information Technology Class 10th
7. Write SQL Command to rename a Field of a table.

SQL COMMAND:-

Table after renaming Field.

Project Record file Information Technology Class 10th


8. Write SQL Command Add column for Mobile No

ID_NO STU_NAME GRADE DOB MARKS GENDER


1 Rupal 10 10/04/2006 80 M
2 Rashmi 9 08/12/2005 87 F
3 Alex 10 25/05/2004 68 M
4 Altaf 9 16/07/2005 91 M
5 Sumona 10 26/08/2004 95 F

SQL COMMAND:-

Table after adding Mobile no.

Project Record file Information Technology Class 10th


9.Write sql command To show those records where Salary range from 10000 to
50000. And display record

EMP_ID EMP_NAME POST DOB SAL GENDER


1 Rupal Clerk 10/04/2006 6000 M
2 Rashmi Manager 08/12/2005 30000 F
3 Alex Professor 25/05/2004 40000 M
4 Altaf ASS.MANAGER 16/07/2005 20000 M
5 Sumona Teacher 26/08/2004 10000 F

SQL COMMAND:-.

Table After SQL Command:-

Project Record file Information Technology Class 10th


10 Write SQL Command To show Employee name from table employee.

SQL COMMAND:-

Table After using Command:-

Project Record file Information Technology Class 10th

You might also like