Amdocs Technical Questions Paper
Amdocs Technical Questions Paper
(1) How will you enable sql 2005 physically store the computed values in the table and
update the values when any other columns are updated?
(2)Which one of the below query is useful to find out the duplicate employees having
same first_name and salary in the employee table.
(4)What is the minimum permission required to execute the drop database command?
● DB Admin
● DB Owner
● Control
● User
(6)There are 3 servers and customers data is stored as a partitioned table. The servers
are Server1,Server2 and Server3. One of the DBA had modified the collation setting fir
the customers table on server2.
AS
SELECT*FROM Server3CompanyData.dbo.Customers-99
(7)You have tableA and TableC as 2 tables and col1 & col2 respectively in the
tables. The values in the columns are: 1,Null, 4 in tableA(Col1) and Null, 4 in
tableC(col2). What will be the result of the following query?
Begin
Begin
End
Amdocs Technical Questions
End
(b)UPDATE statements are allowed in the body of user_defined functions if the table
modified is a table variable.
(c )the option update_function has to be set to true before the function is created.