You are on page 1of 2

Q1: Which command is used to modify column names or table structure??

a MODIFY

b None

c ADD

d None

e CHANGE

f ALTER

Q2: In Linux, the priority of a running process can be changed using which command??

a None

b None

c passwd

d renice

e ps -A

f priority

Q3: How do you write the contents of 3 files into a single file??

a cat file1 > file || cat file2 > file || cat file3 > file

b cat file1 >> file; cat file2 >> file; cat file3 >> file

c cat file1 > file && cat file2 > file && cat file3 > file

d cat file1 > file; cat file2 > file; cat file3 > file

e cat file1 file2 file3 > file

f cat file1 > file && cat file2 >> file && cat file3 >> file

Q4: Who developed WordPress??


a None

b WordPress was co-founded by Andrew Mclean and Mike Hathaway on the 24th of
May 2003.

c WordPress was co-founded by Allen Mullenweg and Luke Little on the 27th of June
2003.

d None

e WordPress was co-founded by Matt Mullenweg and Mike Little on the 27th of May
2003.

f None

Q5: To use MySQL on your computer, you'll need?

a None

b None

c FTP And Telnet

d Some Sort Of Client Program To Access The Databases

e Perl, PHP Or Java

f A Browser

You might also like