SQL INTERVIEW QUESTIONS
1. How do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? One-to-One relationship can be implemented as a ......
Read the rest of this entry »
Interview»
PL/SQL – Basics of PL/SQL
1. What is PL/SQL ? PL/SQL is a procedural language that has both interactive SQL and procedural programming language constructs ......
Read the rest of this entry »
Database»
SQL PLUS STATEMENTS
1. What are the types of SQL Statement ? Data Definition Language : CREATE,ALTER,DROP,TRUNCATE,REVOKE,NO AUDIT & COMMIT. Data Manipulation Language ......
Read the rest of this entry »
Database»
SQL & MYSQL Video Tutorials
MYSQL VIDEO TUTORIALS Introduction to MySQL and phpMyAdmin In the following video I go over some basic MySQL theory. Introduction ......
Read the rest of this entry »
Tech»
BASIC SQL Video TUTORIAL
THE BIG FOUR SQL STATEMENTS INSERT One great thing about SQL is that the commands/statements are self describing. So in ......
