SBI interest rateis : 24.994200000000003 ICICI withdraw limits : 7000
Nizarudeen J
updated on 31 Oct 2022
Project Details
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.
Other comments...
Read more Projects by Nizarudeen J (4)
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…
29 Nov 2022 09:23 PM IST
Project 2
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…
28 Nov 2022 03:43 PM IST
Project 2
SBI interest rateis : 24.994200000000003 ICICI withdraw limits : 7000
31 Oct 2022 10:39 AM IST
Project 1
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();…
23 Oct 2022 04:28 PM IST