Which SQL statements will you use to check your current HANA license details, install a new license and delete a license?
Answer Posted / Awadhesh Kumar Singh
{"SQL Statements": [n {"Statement": "SELECT * FROM M_LICENSE", "Description": "Displays the current HANA license details."},n {"Statement": "LOAD DATA (MERGE) INTO TABLE M_LICENSE FROM '<license file>' APPEND", "Description": "Installs a new HANA license."},n {"Statement": "DELETE FROM M_LICENSE WHERE LICENSEID = <license id>", "Description": "Deletes an existing HANA license."}n]}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category