Tag : sql

ou’ve been given a database for an online streaming service that first released in 2020. The database has a table customers with a column net_new that records net new monthly subscriptions to the streaming service broken down by tiers: free, standard, and pr..

Read more

I need to write a stored procedure which takes response from API and save values in local DB.For example, I have a string like this “Image is Non-compliant nFace Covered nIncorrect Lighting n”. I need to extract the text between n character like Face Covered and Incorrect Lighting. How to write a sql query to extract the text and the string length may v..

Read more