Menu

IIT Certification 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

TASK:1 CREATE TABLE customer(cust_id INT,cust_name CHAR(50),email CHAR(50),PASSWORD CHAR(50),phone INT,PRIMARY KEY(cust_id)); INSERT INTO customer VALUES(111,'John','john111@gmail.com','1234',95432);INSERT INTO customer VALUES(112,'Anitha','anitha112@gmail.com','4321',95553);INSERT INTO customer VALUES(113,'Robert','robert113@gmail.com','1258',99731);INSERT…

    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 Nizarudeen J (4)

    Project 1

    Objective:

    TASK:1 CREATE TABLE customer(cust_id INT,cust_name CHAR(50),email CHAR(50),PASSWORD CHAR(50),phone INT,PRIMARY KEY(cust_id)); INSERT INTO customer VALUES(111,'John','john111@gmail.com','1234',95432);INSERT INTO customer VALUES(112,'Anitha','anitha112@gmail.com','4321',95553);INSERT INTO customer VALUES(113,'Robert','robert113@gmail.com','1258',99731);INSERT…

    calendar

    29 Nov 2022 09:23 PM IST

      Read more

      Project 2

      Objective:

      a) { _id: 1, idioma: "portuguese", quote: "A sorte protege os audazes" }{ _id: 2, idioma: "spanish", quote: "Nada hay más surrealista que la realidad." }{ _id: 3, idioma: "english", quote: "is this a dagger which I see before me" } db.createUser( { user: "accountUser", pwd: passwordPrompt(), }) b){ $or: [ { <"Normal…

      calendar

      28 Nov 2022 03:43 PM IST

        Read more

        Project 2

        Objective:

        SBI interest rateis : 24.994200000000003 ICICI withdraw limits : 7000

        calendar

        31 Oct 2022 10:39 AM IST

          Read more

          Project 1

          Objective:

          package Challenge5; import java.util.Scanner; public class Store { public static void main(String[] args) { System.out.println("Welcome to Ecommerce store"); System.out.println("Which one are you? 1.customer 2.seller 3.admin"); Scanner sc=new Scanner(System.in); int customer,seller,admin,choice; customer=sc.nextInt();…

          calendar

          23 Oct 2022 04:28 PM IST

            Read more
            Showing 1 of 4 projects