In MySql, we can create a column that contains a sequence of numbers(1,2,3 and so on) by using the AUTO_INCREMENT attribute. The AUTO_INCREMENT attribute is
Read moreAuthor: Hajira Tabasum J
How To Update The Details In A Table
We may have a requirement where the existing data in MYSQL table needs to be modified. We can do so by using the SQL UPDATE
Read moreDeletion of Rows of the Table
The DELETE command is used to delete rows that are no longer required from the database tables. It deletes the whole row from the table.
Read moreInsertion of Data Into a Table
Let’s insert a record into our table. To insert data into a table, we would need to use the INSERT INTO command. To do this,
Read moreHow To Create New Tables
We have named our database “CSC”, so now let’s create a table with this database that stores information of the students. Now select the CSC
Read moreCreation Of Database
we can create new databases and import table using phpMyAdmin. Create a database by clicking on the “New” link at the top of the left
Read moreServer Activation
Go to xampp folder and open the xampp-control.exe file from it and start Apache and MySQL Now open up the web browser and enter the
Read moreHTML5 and CSS3 Examples
Example 1 – CSS Backgrounds Example 1 – Output Example 2 – Internal CSS Example 2 – Output Example 3 – Inline CSS Example 3
Read moreHTML5 AND CSS3 SAMPLE SCRIPT FOR PRACTICE
Example 1 – Nav Bar Example 1 – Output Example 2 – Panel Example 2- Output Example 3 – CSS Flex Property Example 3- Output
Read more