Query Details

Assess CPU Physical Characteristics

Query

Use Case: Gather information on the processor type, socket designation, and address width. This could be relevant for hardware upgrades or compatibility checks.

Query:

Cpu
| project ProcessorType, SocketDesignation, AddressWidth

Explanation

The query is asking for information about the processor type, socket designation, and address width. This information is useful for hardware upgrades or compatibility checks. The query is selecting these specific columns from the "Cpu" table.

Details

Ugur Koc profile picture

Ugur Koc

Released: February 4, 2024

Tables

Cpu

Keywords

ProcessorType,SocketDesignation,AddressWidth

Operators

project|

Actions