From: Kim Nguyễn Date: Mon, 8 Sep 2014 22:13:17 +0000 (+0200) Subject: fix typo. X-Git-Url: http://git.nguyen.vg/gitweb/?p=hacks%2FsimpleWebSlides.git;a=commitdiff_plain;h=e7b3d5238236c7cf88820016563cd97440092f15 fix typo. --- diff --git a/bd/bd05.xhtml b/bd/bd05.xhtml index 9d7e4bf..7b0692e 100644 --- a/bd/bd05.xhtml +++ b/bd/bd05.xhtml @@ -81,7 +81,7 @@

Exemple pour la suite du cours

- Sailors(mid: integer, sname: string, rating: integer, age: real); + Sailors(sid: integer, sname: string, rating: integer, age: real); Reserves(sid: integer, bid: integer, day: date, rname: string); Boats(bid: integer, bname: string, capacity: integer); @@ -321,7 +321,7 @@ Une projection commute avec une selection qui utilise uniquement

Exemple de calcul de coût

SELECT S.sid FROM Sailors S WHERE S.rating = 8; - πsidrating = 8(R)) + πsidrating = 8(S))
  • Avec un index sur rating: