Skip to content

Commit 6561ea2

Browse files
committed
Adding constraint to the marks attribute.
1 parent 224bfb4 commit 6561ea2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

4. Sorting.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ select name from student order by Right(name,3);
1616

1717
select name from student order by Left/Right(name,n),ID;
1818

19+
-- (NEWW_COMMIT)
20+
-- where marks is the constraint.
21+
select Name from STUDENTS where Marks>75 order by right(Name,3),ID ;
22+

0 commit comments

Comments
 (0)