Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

SQL Workbench


Company: MGM Technology Partners

Average User Rating (4 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    "good"

    by magala on Sep 29, 2015 1:46 PM

    Summary:
    good but not so effiecient

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: build 111

    "high perfomance"

    by saroj kishan on May 30, 2013 12:01 PM

    Summary:
    very effective

    Report post

    Was this review helpful? (1) (0)

    add a comment


    "SQL Workbench works very well"

    by molisana on May 30, 2013 11:34 AM

    Summary:
    Display view, procedure and trigger source code and many more operations it does, in general it is user friendly, easy to work on it.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: Build 111

    "High performance query tool"

    by Frederid on May 27, 2012 11:16 AM

    Summary:
    Excellent tool to connect to virtually any database to execute queries and SQL sentences. Includes a database explorer (when you press CTRL+D) to obtain an inventory of database objects. It is very fast to execute and have a good performance. It relies on Java and JDBC to connect to databases so you need to obtain the JDBC driver for the target database.

    Report post

    Was this review helpful? (1) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!