Answer Posted / Ashwini Kumar
To create a table in Presto, you can use the CREATE TABLE command. For example, to create a table named 'employees' with columns 'id', 'name', and 'salary':nCREATE TABLE employees ( id BIGINT, name STRING, salary DOUBLE );
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category