• Home
  • About
  • Services
    • Mobile Solutions
    • Cloud Deployment Services
    • Web Solutions
    • Business Technology Consulting
    • Graphic Designs
    • Search Engine Optimization
    • Social Media Marketing
    • Software Training
  • Products
    • Visitor Master
    • Garage Master
    • Builder Master
    • Call Service Management
    • Invoice
  • Blog
  • Career
  • Contact
Get the Best Byte! Get the Best Byte! Get the Best Byte!
  • Home
  • About
  • Services
    • Mobile Solutions
    • Cloud Deployment Services
    • Web Solutions
    • Business Technology Consulting
    • Graphic Designs
    • Search Engine Optimization
    • Social Media Marketing
    • Software Training
  • Products
    • Visitor Master
    • Garage Master
    • Builder Master
    • Call Service Management
    • Invoice
  • Blog
  • Career
  • Contact

Archives

Author Archive for: "Nithya Vasudevan"
 Aggregate Functions
0
By Nithya Vasudevan
In MySQL Functions
Posted October 18, 2016

Aggregate Functions

Aggregate Functions SQL aggregate functions return a single value, calculated from values in a column. Useful aggregate functions: Function Description AVG() Returns the average value COUNT() [...]

READ MORE
 Information Functions
0
By Nithya Vasudevan
In MySQL Functions
Posted October 18, 2016

Information Functions

Information Functions CONNECTION_ID() Returns the connection ID (thread ID) for the connection. Every connection has an ID that is unique among the set of currently connected clients. [...]

READ MORE
 Date and Time Functions
0
By Nithya Vasudevan
In MySQL Functions
Posted October 18, 2016

Date and Time Functions

Date and Time Functions CURDATE(),CURRENT_DATE, CURRENT_DATE() Returns the current date as a value in ‘YYYY-MM-DD’ or YYYYMMDD format, depending on whether the function is used in a [...]

READ MORE
 String Functions
0
By Nithya Vasudevan
In MySQL Functions
Posted October 18, 2016

String Functions

MySQL String functions UPPER(), UCASE() Returns the string with all characters changed to uppercase. LOWER(), LCASE() Returns the string with all characters changed to lowercase. CHAR_LENGTH(str) [...]

READ MORE
 Subqueries
0
By Nithya Vasudevan
In Data Manipulation Language (DML)
Posted October 18, 2016

Subqueries

A subquery is a SELECT statement within another statement. Here is an example of a subquery: SELECT * FROM t1 WHERE column1 = (SELECT column1 FROM t2); The main advantages of subqueries are: They [...]

READ MORE
 DROP INDEX Syntax
0
By Nithya Vasudevan
In Data Definition Language (DDL)
Posted October 18, 2016

DROP INDEX Syntax

DROP INDEX index_name ON tbl_name DROP INDEX drops the index named index_name from the table tbl_name. After deleting the index on ‘gender’ column, the performance enhancement is lost.

READ MORE
 How to create a Servlet with Eclipse and Tomcat
0
By Nithya Vasudevan
In Servlet
Posted October 18, 2016

How to create a Servlet with Eclipse and Tomcat

How to create a Servlet with Eclipse and Tomcat

READ MORE
 Getting checkbox values from HTML form in Servlet
0
By Nithya Vasudevan
In Servlet
Posted October 18, 2016

Getting checkbox values from HTML form in Servlet

Environment Used JDK 6 (Java SE 6) Eclipse Indigo IDE for Java EE Developers (3.7.1) Apache Tomcat 6.x Java EE 5 API (Servlet 2.5) [Optional] For monitoring and analyzing HTTP headers between the [...]

READ MORE
 Get all parameters in HTML form using getParameterNames()
0
By Nithya Vasudevan
In Servlet
Posted October 18, 2016

Get all parameters in HTML form using getParameterNames()

Environment Used JDK 6 (Java SE 6) (To install JDK – Windows , Ubuntu) Eclipse Indigo IDE for Java EE Developers (3.7.1) (To install Eclipse, refer this page) Apache Tomcat 6.x (To install [...]

READ MORE
 Get all parameters in HTML form using getParameterMap()
0
By Nithya Vasudevan
In Servlet
Posted October 18, 2016

Get all parameters in HTML form using getParameterMap()

Environment Used JDK 6 (Java SE 6) (To install JDK – Windows , Ubuntu) Eclipse Indigo IDE for Java EE Developers (3.7.1) (To install Eclipse, refer this page) Apache Tomcat 6.x (To install [...]

READ MORE
1 2 3 4 5 6 7 8 9 ...
page 1 of 14
Products
  • Visitor Master
  • Garage Master
  • Builder Master
  • Call Service Management
  • Invoice
  • MicroLocal
Services
  • Mobile Solutions
  • Cloud Deployment Services
  • Web Solutions
  • Business Technology Consulting
  • Graphic Designs
  • Search Engine Optimization
  • Social Media Marketing
  • Software Training
STAY IN TOUCH
iByteCode Technologies
B10, Mogappair Industrial
Estate, Mogappair East,
Chennai, INDIA
Email: contact@ibytecode.com
Phone: +91 44 4385 1836
© 2024 iByteCode. ALL RIGHTS RESERVED. Privacy Policy Terms of Service