Which of these is not a type of variable?
a select
b string
c numerical
Answers
numerical I think
You please confirm it from others too
i am newbie
but string isn't a variable
string has index value
everything you write in code is string which a definite index value
numerical cant be read by computers so u need to convert them
select means choose
so I think string isn't a variable
Answer:
select is not a type of variable
Explanation:
String variables:
String variables are variables that hold zero or more characters such as letters, numbers, spaces, commas and many more. You can't use numeric functions such as addition or subtraction on string variables. You can, however, extract one or more characters (a substring) from them, glue them together ( concatenate) and a couple of other functions.
numerical variables:
A number of Data Points A data variable that can take on any value over a finite or infinite range is referred to as a numerical variable (e.g. length, test scores, etc.). Because it displays the characteristics of continuous data, the numerical variable can also be referred to as a continuous variable.
Power BI Desktop supports the following three number types: A decimal number is a floating-point number of eight bytes (64 bits). It is the most common sort of number and corresponds to numbers as you typically think of them. Despite being designed to handle fractional numbers, it can also handle complete numbers.
The two most significant Power BI data types are number day kinds and date and time data types. for the entire numbers data type. Decimal data type. Currency data type.
In a DAX data model, there are three types of numerical data: integer, floating point, and a fixed decimal number.
learn more with verified link
brainly.in/question/10931340
learn more with verified link
brainly.in/question/49233627
#SPJ2