Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

I am sharing my journey of studying a course on Programming in Java taught by Prof.Debasis Samanta Sir IIT Kharagpur

NotificationsYou must be signed in to change notification settings

omunite215/NPTEL-Programming-in-Java-Ultimate-Guide

 
 

Repository files navigation

Java Week 11:Q1 Complete the code segment to insert the following data using prepared statement in the existing table ‘PLAYERS’.

CoulmnUIDFirst_NameLast_NameAge
Row 11RamGopal26
Row 22JohnMayer22

Java Week 11:Q2 Write the required code in order to update the following data in the table ‘PLAYERS’.

CoulmnUIDFirst_NameLast_NameAge
From1RamGopal26
To1RamaGopala24

Java Week 11:Q3 Write the appropriate code in order to delete the following data in the table ‘PLAYERS’.

CoulmnUIDFirst_NameLast_NameAge
Delete1RamaGopala24

Java Week 11:Q4 Complete the following program to calculate the average age of the players in the table ‘PLAYERS’.

Structure of Table 'PLAYERS' is given below:

CoulmnUIDFirst_NameLast_NameAge
TypeIntegerVarchar(45)Varchar(45)Integer

Java Week 11:Q5 Complete the code segment to drop the table named ‘PLAYERS’.

About

I am sharing my journey of studying a course on Programming in Java taught by Prof.Debasis Samanta Sir IIT Kharagpur

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp