What types of commands can be executed in sql*plus?
IN A TABLE HAVE ONE COLUMN PRIMARY KEY..IT WILL NOT ALLOWS NULL VALUES AND DUPLICATE VALUES..INSTEAD OF PRIMARY KEY WHY CANT WE USE UNIQUE AND NOT NULL.THESE TWO ALSO DOESNT ACCEPT NULL VALUES IN NOT NULL AND UNIQUE DOESNT ACCEPT DUPLICATE VALUES? SO WHAT IS THE DIFEERENCE BETWEEN(UNIQUE,NOT NULL) AND PRIMARY KEY??????
What are the different tcl commands in sql?
What is the Diff b/w Constraints and Trigeer
What is differance unique key and primary key.
How many triggers can be implemented for a table?
What is a sql trace file?
what is the difference between trigger and constraint?
Why select is used in sql?
What is null in pl/sql?
what are the security recommendations while using mysql? : Sql dba
Is sql a programming?
how to find the First and Last Observation from the table: Ex: OBS Name Sal Ans like: OBS Name Sal 105 E 5000--> 105 E 5000 102 B 2000 104 D 4000 103 C 3000 101 A 1000--> 104 D 4000