What is SQL ?

Types of SQL Commands DDL Commands 1. CREATE This command is used to create a new database or table. RollNO FirstName LastName Address Student table 2. ALTER Command ALTER command is used to change or modify the existing structure of the database, and it also changes the schema of database objects. Suppose, you want to … Read more

What is PHP in Hindi

PHP

PHP एक open source server side scripting लैंग्वेज है। PHP dynamic web pages develop करने के लिए use की जाती है। PHP का पूरा नाम PHP Hypertext Preprocessor है। पहले इसे Personal Home Pages के नाम से जाना जाता था। PHP Syntax Applications of PHP  Features of PHP How to use PHP in HTML code To … Read more