How do you ensure database security?
• Use role-based access control (RBAC).
• Encrypt sensitive data using AES or SHA.
• Prevent SQL injection by using prepared statements.
• Enable audit logs for tracking changes.
• Use firewalls and secure authentication methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a query that displays every Friday in a year with date?
What is the use of Redo Log Information ?
3. Adapt your query in (2) above so that only post codes with more than twenty orders are displayed.
Explain index?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>
difference between imlicit cursor and explicit cursor ?
Why use resource manager in Oracle?
what are stored procedures?
Can multiple columns be used in group by in oracle?
How can we Update a table with out using UPDATE command?
What is background process in Oracle?
What exactly do quotation marks around the table name do?