dBASEPlus
Data base user interface and query software
Extends: Technology
dBASE Plus
Data base user interface and query software
Overview
Category: Data base user interface and query software
Data base user interface and query software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 15-1251.00
- SOC Code: 15-2011.00
- SOC Code: 31-9094.00
- SOC Code: 43-6013.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'dBASE Plus',
category: 'Data base user interface and query software',
description: 'Data base user interface and query software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "dBASE Plus",
"applicationCategory": "Data base user interface and query software",
"description": "Data base user interface and query software"
}