Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

ADBMS Assignment - Term 1 ( Data Science), Papers of Database Management Systems (DBMS)

It is related to the 1st term assignments if ADBMS.

Typology: Papers

2021/2022

Uploaded on 07/09/2022

anagha-m-2022-msc-ds
anagha-m-2022-msc-ds 🇮🇳

1 document

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Student Name: Anagha M
Reg No: 9122146001
Course: MSc Data Science
Course
Teacher:
ADVANCED DATABASE
MANAGEMENT SYSTEM
LAB
PROJECT 1
16 June 2022
pf3
pf4

Partial preview of the text

Download ADBMS Assignment - Term 1 ( Data Science) and more Papers Database Management Systems (DBMS) in PDF only on Docsity!

Student Name: Anagha M

Reg No: 9122146001

Course Course: MSc Data Science

Teacher:

ADVANCED DATABASE

MANAGEMENT SYSTEM

LAB

PROJECT 1

16 June 2022

PROGRAM FOR STUDENT RESULT CALCULATION

AIM

To write a program for student’s result calculation: Getting marks from then find out the grade of the given marks. SYNTAX  Create table Create table

(column1 datatype, column2 datatype);  Insert the records Insert into
values(set of values);  Alter table Alter table
add(column data type);  Update table Update
set=, =, … =);  Select statement Select * from
; PROCEDURE

  1. Create a table to Stud_det Table created.

The table created. From the given details mark total, average, percentage and grade of each students found.