BSEB 10th katihar topper 2021:कटिहार के टॉपर बना उज्जवल कुमार।जो की विसरिया के कोरहा प्रखंड के निवासी थे ।उसकी मां पैसे से मजदूर थी लवह बहुत मेहनत करके पढ़ाती थी।जिसका परिणाम उसका बेटा ने कर दिखाया। रिजल्ट से सभी गांव के निवासी बहुत खुश है। गांव के निवासी बच्चे को उत्तेजित करने के लिए उसके घर पहुंचे और आशीर्वाद...
Thursday, April 8, 2021
Tags
katihar news

Friday, December 4, 2020
undefined
202
STUDENT TABLEQ1. As we need
to notify in system birthday of each student so kindly create an index DoBindex
on column DoB of Student table.
Q2. Which index
be more suitable for major in Apply? Create Bitmap Index name MAJORindex.
Q3. Remove index
on DoB column.
Q4. Create an
Unique index ENRindex...
Tags
SQL

Thursday, December 3, 2020
undefined
202
1. Retrieve and print the data of an
employee having name=’Rishi' using Record.2. Retrieve and print the data of all
the employees using Explicit Cursors.3. Write a PL/SQL code block to
display the names and GPA of students from student table...
Tags
SQL

Tuesday, December 1, 2020
undefined
202
1. Write a PL/SQL code block for
calculating addition of Three numbers.2. Write a PL/SQL code block to find
out larger between two numbers.
3. Write a PL/SQL code block to find
largerst of three numbers.
4. ...
Tags
SQL

Thursday, November 19, 2020
undefined
202
Q1. Create a new column DoB in Student table. (Datatype will be date) Q2. Insert DoB for each Student in corresponding table using above instance of Student
table. Q3. Find average of GPA round off to 2 decimal places. Q4. Find year of DoB of Student having less than 1000. Q5. Compute Age of each...
Tags
SQL
