Skip to content

Commit 4cd0511

Browse files
Update skyline-or-pareto-frontier-using-SQL.md
1 parent 238747f commit 4cd0511

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

skyline-or-pareto-frontier-using-SQL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ WHERE rank1 = 1 OR rank2 = 1 OR rank3 = 1;
113113
| e | 4 | 100 | 2 | 1 | 5 | 4 |
114114

115115

116+
Conclusion
117+
The skyline query processing is widely adopted in many applications that require multi-criteria decision making such asmarket research, location based systems, web services study, etc. The skyline operator filters out a set of interesting points based on a group of evaluation criteria from a large set of points. A point is considered as interesting, if there does not exist a point that is at least as good in all criteria and better in at least one criterion. SQL can be used to perform a Skyline Query on multi-demension datasets stored in Relational Database. We saw 3 differents ways SQL can be used to write the Skyline Query.
118+
119+
116120
# See also
117121
<ul id="recent-articles">
118122
{% for page in site.pages %}

0 commit comments

Comments
 (0)