adspace


Can we call future method from queueable?

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


Please Help Members By Posting Answers For Below Questions

Explain “row_number()” in sql server with an example?

1080


What is clustered index

1087


Can you index views?

955


Disadvantages of the indexes?

1225


How to remove duplicate rows from table except one?

1090


How to convert numeric expression data types using the cast() function?

1151


What is standby servers? Explain types of standby servers.

1081


How to rebuild the master database?

1167


What is self contained sub query?

1141


When should you use an instead of trigger?

1054


What is in place upgrade in sql server?

1127


Can we do dml on views?

1039


Can sql servers link to other servers like oracle?

919


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

2296


Equi join and non equi join is possible with sql server?

1134