SESSION NAME: 
SQL Functions - 2.

QUESTION NAME:  Sign Mathematical Functions.


TABLE DESCRIPTION:
Write an query to execute the sign function in SQL.

Table Name = Customers and the description for customer table is as follows:


CODE:
select sign(customerid) from customers;