schema.org.ai

OracleReports

Data base reporting software

Extends: Technology

Oracle Reports

Data base reporting software

Overview

Category: Data base reporting software

Data base reporting software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 11-9151.00
  • SOC Code: 15-1242.00
  • SOC Code: 15-1243.00
  • SOC Code: 15-1252.00
  • SOC Code: 15-1253.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Oracle Reports',
  category: 'Data base reporting software',
  description: 'Data base reporting software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Oracle Reports",
  "applicationCategory": "Data base reporting software",
  "description": "Data base reporting software"
}