Currently i’m trying to do database testing in cypress, i have established the db connection in cypress. But now i’m facing issue while passing lengthy query in test. Most of the query lines have more than 10 lines. i can’t pass those lengthy queries in test its showing syntax errors. Please give me a solution for this.