Search: "sql audit"
CopyDatabase - ApsaraDB for RDS Documentation
Description This API is used to copy a SQL Server 2008 R2 database. This API is no longer ...
Configure access logs - Server Load Balancer Documentation
. Click the target log field to view detailed information. Enter an SQL statement to query access logs ...
Configure MySQL full-database migration - DataWorks Documentation
connect to a remote MySQL database by JDBC, and execute the corresponding SQL statement to select data from the MySQL library ...
JSON functions and operators - Data Lake Analytics Documentation
;$.glossary.GlossDiv.title']) a; Returned result: ```sql ,”ID”:”SGML”,”Acronym”:”SGML ...
Column and Partition operation - MaxCompute Documentation
. Modify LastDataModifiedTime of table/partition MaxCompute MaxCompute SQL supports ‘touch&rsquo ...
Explain - MaxCompute Documentation
The Explain operation of MaxCompute SQL helps to display the description of the final execution plan structure ...
Install third-party dependencies - Function Compute Documentation
cursor: # Read a single record sql = "SELECT count(*) FROM `users`" cursor.execute(sql ...
3. Create and test your functions - Function Compute Documentation
, context):with connection.cursor() as cursor: # Read a single record sql = "SELECT count(*) FROM `users`" ...