Thursday, October 21, 2010

You have two tables. None of the two tables have any column with same datatype in common. Will you be able to join those tables ?

Ans : Yes, if we can convert at least one column from one table to a column in second table.

No comments:

Post a Comment

How to check local and global angular versions

 Use the command ng version (or ng v ) to find the version of Angular CLI in the current folder. Run it outside of the Angular project, to f...