InterviewSolution
Saved Bookmarks
| 1. |
How to execute a SQL file on Amazon Redshift? |
|
Answer» Users can do this by USING a Python script running on an EC2 to set up a JDBC connection to Redshift. After this, the user requires to EXECUTE the queries in the.SQL file. Get more knowledge of this topic if you are preparing for Amazon INTERVIEW questions . |
|