index
:
dab-huiswerk
master
22-23 b05 dab: huiswerk, practicum, eindopdracht
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opdracht-2
/
t10.sql
blob: 1fef2e5a5b04bf3698f7b83052a31724ea634d3c (
plain
)
1
select
Prijs
,
round
(
Prijs
*
1.10
,
2
)
as
NieuwePrijs
from
Product
;