Skip to content

varino-alfried/PL-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PL-SQL

Our Tables:

Devices Table Specs Table
table device table specs

Retrieve the name of each Machine and the names of the sensors related to this machine:

Query 1

Retrieve all device names and all the specs names and values defined to each device:

Query 2

Retrieve the sensor name with only one specification and retrieve the machine name of this sensor:

Query 3

Retrieve the intersection between the two tables based on the ID column from Specs table and the SpecID from Devices table:

Query 4

Retrieve all Specifications names and the number of sensors related to each specification:

Query 5

About

PL/SQL Queries for: ( Retrieving - Joining - Grouping - Aliasing - Functions - Intersect - Filtering )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors