From d22face1b1a1832931975bcec3d154ccab19df69 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:36:54 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 654bf11..730a8d0 100644 --- a/README.md +++ b/README.md @@ -945,7 +945,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '200%' -Finds any values that start with 200. +- Finds any values that start with 200. ### WHERE SALARY LIKE '%200%'