About: isa:330239487   Sponge Permalink

An Entity of Type : prov:Entity, within Data Space : webisa.webdatacommons.org associated with source dataset(s)

AttributesValues
rdf:type
prov:value
  • Numbers (Number, Mod3, Mod5, Mod15) as (select cast(number as varchar(10)), number%3, number%5, number%15 from #Numbers)select case when Mod15 = 0 then 'BizzBuzz' when Mod5 = 0 then 'Buzz' when Mod3 = 0 then 'Bizz' else Numberendfrom Numbers;To make this work in SQL 2000, you would have to use something other than sys.all_objects, but anything that will generate the right number of rows is good enou
prov:wasQuotedFrom
is prov:wasDerivedFrom of
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software