Informatics Practices

Identify the Single Row function of MySQL among the following:

  1. Trim ()
  2. Max ()
  3. Avg()
  4. Count()

SQL Queries

2 Likes

Answer

Trim()

Reason — Trim() is a single row function that removes leading and trailing spaces from a string.

Answered By

2 Likes


Related Questions