Programming - PHP

You Are Here :: Home > Programming > PHP- General Questions

 
103.

What does HTML stand for??                          


A. Home Tool Markup Language B. Hyper Text Markup Language
C. Hyperlinks and Text Markup Language D. None of these




104.

What is full form of ASP & JSP??                          


A. Active Server Pages, Java Server Pages B. Action Server Pages, Java Server Pages
C. Active Server Pages, Just Server Pages D. None of these




105.

Which SQL keyword is used to sort the result-set??                          


A. ORDER B. SORT
C. ORDER BY D. SORT BY




106.

With SQL, how can you return all the records from a table named "Persons" sorted descending by "FirstName"??                          


A. SELECT * FROM Persons SORT BY 'FirstName' DESC B. SELECT * FROM Persons SORT 'FirstName' DESC
C. SELECT * FROM Persons ORDER FirstName DESC D. SELECT * FROM Persons ORDER BY FirstName DESC




107.

How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table??                          


A. UPDATE Persons SET LastName='Hansen' INTO LastName='Nilsen' B. MODIFY Persons SET LastName='Hansen' INTO LastName='Nilsen
C. MODIFY Persons SET LastName='Nilsen' WHERE LastName='Hansen' D. UPDATE Persons SET LastName='Nilsen' WHERE LastName='Hansen'




108.

What is Java Script??                          


A. Program B. Scripting Language
C. Tool D. None of these




« prev

10

11

12

13

14

15

16

17

18

19

next »

 
 



© 2013 freshersindia.in ® | Copyrights | Terms & Conditions
   Designed by Freshers India
Catch Us on