explain primary keys and auto increment fields in mysql : sql dba
No Answer is Posted For this Question
Be the First to Post Answer
what is an alias command? : Sql dba
i want run a sql query query? which phases are run in a back ground? pls tell me the answer
Why is sql important?
Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.
What is implicit cursor in pl sql?
Why select is used in sql?
Difference between aggregate function and analytical function?
What are the Diff B/W Cursor and REF Cursor
How do you update sql?
What are the methods of filing?
Is it possible for a table to have more than one foreign key?
What does varchar include?