Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d5c28a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ WHERE rank1 = 1 OR rank2 = 1 OR rank3 = 1;
113113
| e | 4 | 100 | 2 | 1 | 5 | 4 |
114114

115115

116-
Conclusion
116+
## Conclusion
117117
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.
118118

119119

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /