Rename Table name in SQL::
SQL:
RENAME TABLE `TABLE_OLD_NAME` to `TABLE_NEW_NAME`;
SQL:
RENAME TABLE `TABLE_OLD_NAME` to `TABLE_NEW_NAME`;
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