We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42f160 commit 8911e72Copy full SHA for 8911e72
README.md
@@ -1,6 +1,7 @@
1
# SQLQueries
2
-SQL Server Queries
3
-<b> There are many ways to fetch first 5 characters of the string -.</b></br>
4
- <b>Ans</b> Select SUBSTRING(StudentName,1,5) as studentname from student
+SQL Server Queries<br/>
5
6
-1 Select RIGHT(Studentname,5) as studentname from student
+<b>What is the command used to fetch first 5 characters of the string?</b><br/>
+There are many ways to fetch first 5 characters of the string - <br/>
+a) Select SUBSTRING(StudentName,1,5) as studentname from student <br/>
7
+b) Select RIGHT(Studentname,5) as studentname from student
0 commit comments