adspace
Answer Posted / Varun Yadav
No, you cannot directly call a Future method from within a Queueable Apex class. Instead, you should use the Id of the Scheduled Apex or Queueable job.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain “row_number()” in sql server with an example?
What is clustered index
Can you index views?
Disadvantages of the indexes?
How to remove duplicate rows from table except one?
How to convert numeric expression data types using the cast() function?
What is standby servers? Explain types of standby servers.
How to rebuild the master database?
What is self contained sub query?
When should you use an instead of trigger?
What is in place upgrade in sql server?
Can we do dml on views?
Can sql servers link to other servers like oracle?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
Equi join and non equi join is possible with sql server?