Saved Bookmarks
| 1. |
Write down a query to create a table with the following structure. id,name,class,date of birth,, percentage |
|
Answer» The CREATE TABLE STATEMENT is USED to create a NEW table in a DATABASE. |
|