I have a custom object Resource__c having master detail with Account object. I have Account1 created by User1 and if User2 goes to create resource on…
Salesforce
1 Answer
·
716 Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I need to do a fresh install in a lab environment. Where's a good place to download it?
SQL Server
1 Answer
·
723 Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
How to list all constraints (Primary key, check, unique mutual exclusive, ..) of a table in PostgreSQL?
SQL Server
1 Answer
·
1.4K Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I was just studying about the 3NF and the BCNF and then encountered a statement that: 3NF ensures lossless decomposition while BCNF does not. How can…
SQL Server
1 Answer
·
1.2K Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
How do I give a user account in PostgreSQL the ability to create and drop databases? Is there a way to do this with GRANT?
SQL Server
1 Answer
·
882 Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I currently have one RDS instance, db.t3.medium running Aurora MySQL.Due to increased workload (expected), the CPU is, on average, running just over…
SQL Server
1 Answer
·
816 Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I have created a user and given privileges to the user1. grant all privileges on db1.* to user1@'%' with grant option; Am using mysql workbench to…
SQL Server
3 Answers
·
14.0K Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I can see the current search_path with: show search_path ;And I can set the search_path for the current session with:set search_path = "$user",…
SQL Server
1 Answer
·
3.8K Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I am trying to import a .sql file using MySQL Workbench and I get this error: ERROR 1046 (3D000) at line 28: No database selectedI have first created…
Cyber Security
1 Answer
·
1.0K Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I am trying to learn PostgreSQL administration and have started learning how to use the psql command line tool.When I log in with psql…
Cyber Security
1 Answer
·
1.2K Views
·
Answered ✓
A
Asked by: Amit raj · 3 years ago
I recently got a phishing mail of unusually bad quality; "Please immediately sign in under the following link, as we are your bank, you know"-ish.…
Cyber Security
1 Answer
·
707 Views
·
Answered ✓
A
Asked by: Amit raj · 4 years ago
So when you run sha256sum filename OR md5sum filename, does it generate hash based on the file size or the whole contents of a file?I'm wondering how…
Cyber Security
1 Answer
·
1.3K Views
·
Answered ✓
A
Asked by: Amit raj · 4 years ago