How to Insert in Database.?
This is the query to insert in the database.
INSERT INTO table_name(column1, column2,column3, ...)
VALUES (value1, value2,value3, ...);
VALUES (value1, value2,value3, ...);
Here, In below code, user can enter two numbers to find the odd and even numbers between them. The number must be in between 1000 and 3000...
No comments:
Post a Comment