In: Computer Science
What are the Advantages and Disadvantages of Single Row Functions.
Single Row Functions:
Single Row function is a type of function which we use in DBMS. Generally these type of functions are used for data manipulation. Single Row Functions work on each row and returns records by query. To return records we need to provide arguments. These arguments may be variable, attribute or expression.
Sungle Row Functions Categorized as :
Advantages:
Disadvantages:
Denormalization: In DBMS,Denormalization is a technique which is used to optimize the data. In this technique, we add redundant data to the tables. Denormalization avoids joins in a relational tables. Single Row Functions retrieves single record information from Denormalized table.