0% found this document useful (0 votes)
2 views2 pages

SQL and Java Dark Border Table

The document outlines two main sections: SQL and Java programming. The SQL section covers various topics related to database creation, manipulation, and querying using MySQL commands. The Java programming section includes tasks such as printing messages, performing calculations, and demonstrating various programming concepts.

Uploaded by

vh318848
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)
2 views2 pages

SQL and Java Dark Border Table

The document outlines two main sections: SQL and Java programming. The SQL section covers various topics related to database creation, manipulation, and querying using MySQL commands. The Java programming section includes tasks such as printing messages, performing calculations, and demonstrating various programming concepts.

Uploaded by

vh318848
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

CONTENT TABLE

SECTION 1: SQL
[Link] Topic
1 Create a table and do the manipulation
with DDL & DML statements. Queries 1-10
2 DDL & DML statements. Queries 11-20
3 DDL & DML statements. Queries 21-26
4 Creation of a database using mysql
command.
5 Deletion of a database using mysql
command.
6 Creation of a table using mysql command.
7 Show the databases and tables created in
mysql.
8 List out the field name along with its field
type and constraints for a table.
9 Set a default value for a field in a table.
10 INSERT VALUES INTO the table.
11 Display the details of a field in a Table
based on a given condition.
12 UPDATE the details of a field in a Table
based on a given condition.
13 AGGREGATE FUNCTIONS in mysql.
SECTION 2: JAVA PROGRAM
[Link] Topic
1 Print Welcome Message on the Screen
2 Print Fibonacci series
3 Print multiplication table
4 Find a number is Palindrome number or
not
5 Calculate average of given three number
6 Calculate students mark percentage
7 Prepare class percentage report using
array
8 Find a number is even or odd using user
defined method
9 Demonstrate constructor
10 Demonstrate Array Manipulation
11 Demonstrate String Manipulation
12 Demonstrate Wrapper class
13 Print Right Triangle Pattern
14 Print ASCII Value
15 Print Sum of given number
16 Display character A to Z using for loop.
17 Check if a given Number is Positive or
Negative or Zero using if..else statement.
18 Find the largest among three numbers
using if..else statement.
19 Check whether a number is even or odd
using if..else statement.
20 Generate Multiplication Table (number of
iteration from 1 to 10) using for loop.
21 Find the Area of Rectangle by getting the
input of length and breadth from the user
during run time.
22 Print the sum of first 10 natural numbers 1
to 10.
23 Print the FACTORIAL of a given number.

You might also like