HOW PRINT A TRIANGLE OF STARS USING PL/SQL IN SQL SERVER/ INTERVIEW QUERIES
One of the most complex PL/SQL interview queries is "How you will print a triangle of stars in sql server using?"
HOW PRINT A TRIANGLE OF STARS USING PL/SQL IN SQL SERVER (Interview queries)?
Here are the ways:-
1st Way is very simple(Statically print *)
2nd Way (Dynamically print *)
Output of both above queries would be:
Click HERE FOR MORE INTERVIEW QUERIES
HOW PRINT A TRIANGLE OF STARS USING PL/SQL IN SQL SERVER (Interview queries)?
Here are the ways:-
1st Way is very simple(Statically print *)
2nd Way (Dynamically print *)
Output of both above queries would be:
Click HERE FOR MORE INTERVIEW QUERIES
Comments