⟩ What is the value of comm and sal after executing the following query if the initial value of ‘sal’ is 10000 UPDATE EMP SET SAL = SAL + 1000, COMM = SAL*0.1;?
sal = 11000, comm = 1000.
sal = 11000, comm = 1000.
What are the advantages of client/server model?
What are the types of processes that a server runs?
What are the different topologies available for network?
What is an sql integrity constraint?
What is the main advantage of developing an application using an API?
Which of the Oracle supplied package will enable this feature?
Give some examples of standard APIs?
What are the responsibilities of a Server?
What is sql inheritance?
What is the main disadvantage of developing an application using an API?