Q. What is BRMS System? Ans. Ab Business Rule Management system manages set of rules which are frequently changing in the business. Q. Syntax to calla PROCEDURE in HANA? Ans. CALL “ ”(?) Q. What is the difference between Procedural (Scripting ) Vs Programming Language? Ans. Programming language are independent products, they generate their own executables. Code is compiled by programming language and converted to machine code / OS code. Eg: Compile a java file it create a .class Scripting languages are embedded on programming language. They rely on the APIs of programming language. In SAP HANA, we have SQL scripting which is a Procedural Language.