I wish to know the total procudure tht we follow for
suppot project. i.e how we get the tickets and how we will
send back to the client and the tool we use . ? and whts
mainlly difference between 4.7 eee and 6.0 ecc and wht does
ecc mean.?
Accenture Xxx How To Get The Tickets From The Client Through Mail Or Tool Using For That Please Explain Briefly
Which of the following represents the proper way to set a
session variable?
Answer:
a. $_SESSION['foo'] = 'bar';
b. session_start();
c. session_set_save_handler ('myopen', 'myclose', 'myread',
'mywrite', 'mydelete', 'mygarbage');
d. $foo = $_SESSION['foo'];
2.When administering MySQL, you should make the data
directory accessible via the operating system
3.which statement can be used to determine how the optimizer
resolves a query
i have different sources in different databases ,that
sources may be
100 tables i want to load these tables in to single target
how to
pearform the task