Saved Bookmarks
| 1. |
How Can We Create Table By Using Command? |
|
Answer» We can create table by using command: PRESTO:tutorials> create table mysql.tutorials.sample as SELECT * from mysql.tutorials.author; We can create table by using command: presto:tutorials> create table mysql.tutorials.sample as select * from mysql.tutorials.author; |
|