All posts by Tuna Peyo

What is Splunk?

Mar 26,16

Splunk is an American company based in San Francisco, California. The company was founded in 2003 by Michael Baum, Rob …

Read More

Splunk online tutorial

Mar 26,16

About this course This tutorial teaches you how to work with Splunk, a popular application for searching, monitoring, and analyzing machine-generated …

Read More

Combine multiple SELECT statements

Mar 14,16

You can combine multiple SELECT statements into one result set using the UNION operator. The syntax is: SELECT column1, column2 …

Read More

Aliases

Mar 14,16

An alias is just an alternate name for a field or value that improves the readability of the queries. They …

Read More

MySQL aggregate functions

Mar 14,16

As we’ve already learned, the MySQL aggregate functions enable you to perform a calculation on a set of values and …

Read More

MySQL date functions

Mar 14,16

As we’ve alreadly learned, the MySQL date functions enable you to manipulate temporal values. In this article we will describe …

Read More
Geek University 2022