Which of the following expressions could be used to create a calculated field called gigabytes?
eval sc_bytes(1024/1024)
| eval negabytes=sc_bytes(1024/1024)
megabytes=sc_bytes(1024/1024)
sc_bytas(1024/1024)
Submit