Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 1

1.SELECT * FROM customers ORDER BY city; 2.ALTER Table customers Rename id to prod_id 3.SELECT customer_name, COUNT(DISTINCT product_ID) as products_count FROM customer_tableINNER JOIN orders_table ON customer_table.customer_ID = orders_table.customer_IDGROUP BY customer_table.customer_ID,…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by ABRAR SHAIKH (6)

    Project 1

    Objective:

    uploaded files

    calendar

    19 Dec 2022 05:58 AM IST

      Read more

      Project 2

      Objective:

      2.1 db.orders.aggregate([{$group:{_id:"$id",maxTotal:{$max:{$multiply: [ "$price","$items"]}},maxQuantity:{$max : "$items"}}}]) 2.2  db.orders.find({},{customer_id:1}).sort({price:-1}).limit(1) 2.3  db.orders.aggregate([{$group :{_id:0,sum:{$sum:"$price"}}}]) 2.4 db.Customers.aggregate([{$group :{_id:"$city","count":{$sum:1}}},{$sort:{_id:1}}])…

      calendar

      02 Dec 2022 04:19 PM IST

        Read more

        Project 1

        Objective:

        1.SELECT * FROM customers ORDER BY city; 2.ALTER Table customers Rename id to prod_id 3.SELECT customer_name, COUNT(DISTINCT product_ID) as products_count FROM customer_tableINNER JOIN orders_table ON customer_table.customer_ID = orders_table.customer_IDGROUP BY customer_table.customer_ID,…

        calendar

        02 Dec 2022 04:13 PM IST

          Read more

          Project 2

          Objective:

          import java.util.*;import java.io.*;public class Banking { public static void main(String[] args) { System.out.print("Welcome to Banking Management System\n"); Scanner in = new Scanner(System.in); // TODO Auto-generated method stub int loops=2; while(loops>0) { System.out.println("\nWant to open an account : Y/N");…

          calendar

          30 Oct 2022 11:41 AM IST

            Read more

            Project 1

            Objective:

            Attatched the files

            calendar

            23 Oct 2022 12:37 PM IST

              Read more

              Project

              Objective:

              I have attach the file.

              calendar

              12 Sep 2022 10:16 AM IST

                Read more
                Showing 1 of 6 projects