
Search In
Temp Table -Temporary Temp Tables
1)They can be created at run time in Tempdb database.
2)DDL,DML statements like select,update which can be executed on regular tables can be done on temporary tables. They can have constraints and can be indexed.
Benchmark Testing:-
Generally benchmark testing is a fragment of the SDLC (Software Development Life Cycle) which includes to the both DBA (Database Administrator) and developers or programmers to identify the latest performance and renovates to enh
While displaying data inside grid is very common but sometimes you need to display data in the chart for decision making and for management purpose.
In that case what you need to do is to integrate the chart with your .NET application.
Chart From a
In OpenERP first, we will manage all file and create module and then inherits to the account.invoice object in your .py file.
Follow these step given below
Step1- First, we create custom module like as a test module and put this test module in
I've been trying to do this multiple times but still didn't get the answer. I have a column named closed in my database and close button in my view, whenever I click the button close, I want it to update my closed column to '0' if it
Hi Friends,
Few days back I was facing an issue that once I was creating an application in development mode, I needed to sign up to my application with fake emails, so that was very troublesome process, so I found out about seeds in rails.
There i
What happens when the user views a form in the browser for a resource, rails application creates a random string as a authenticity token and store that random token in the session and when the form generates, it places that token in the form as a hid
Postgres
PostgreSQL is a powerful, open source
object-relational database system. It supports storage of
binary large objects, including
pictures, sounds, or video. It compatible with may of programming interfaces like
PHP, C/C++, Java, .
Following is difference between Delete and Truncate in database:
Delete:
DELETE is a DML(Data Manipulation Language) Command.
DELETE statement is executed using a row lock, each row in the table is locked for deletion.
You can add filters in where
The pattern value is use in input box which tells the user, In which pattern value will store in database. If the value is according to pattern then data will store otherwise it will shows an error.
Its works with following input types:-
text,sear
