What is the cause of mutating table error and how can we solve it?
How can you get sql*loader to commit only at the end of the load file? : aql loader
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 data type in database?
Does mysql support pl sql?
What is memory optimized?
What is sql and db2?
Question: Below is the table city gender name delhi male a delhi female b mumbai male c mumbai female d delhi male e I want the o/p as follows: male female delhi 2 1 mumbai 1 1 Please help me in writing the query that can yield the o/p mentioned above?
What is the Query to print out the individual total number of duplicate row in sql.
Which are the different character-manipulation functions in sql?
Is sql difficult?
What are sql ddl commands?
What is the difference between joins?