This session will discuss and demonstrate some advanced techniques for managing and analyzing data. Additionally, we will go into detail on working with JSON data within SQL server.


Topics



SELECT * FROM stu WHERE [ln] LIKE '%smith%'

Vs

SELECT * FROM stu WHERE [ln] LIKE 'smith%'