⟩ Do you know how To Start Another Activity?
Note: you need to past this code on onClick method.
Intent i = new Intent(getApplicationContext(), Activity2.class);
startActivity(i);
Note: you need to past this code on onClick method.
Intent i = new Intent(getApplicationContext(), Activity2.class);
startActivity(i);
Can you explain what are COMMIT and ROLLBACK in SQL?
Explain what is the difference between UNION and UNION ALL?
Tell me what is a Linked Server?
Explain what is use of DBCC Commands?
Do you know what is a WITH(NOLOCK)?
Explain what is Log Shipping?
Explain what are the basic functions for master, msdb, model, tempdb databases?
Explain what is the difference between a Local and a Global temporary table?
List down some advantages of SQL Stored procedure?
Do you know what is Lock Escalation?