Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Friends

Request Friendship



Upload Image

28 years old
Bishkek
Female
Olga Medvedeva
66 · 3% · 843

Olga Medvedeva - Just Learned

  • Delete Original Data and maintain history with single SQl statement......

    Olga Medvedeva Liked 7 Months ago through Just Learned | 1 Point
    Hello friends, one interviewer asked that suppose you have two tables `Employee_Details`, `Employee_Details_History` now I want to delete original table `Employee_details` and maintain it’s history to other table. How can it’s possible with only ...
    nirav.gandhi
    38 · 5% · 1503
  • Delete Original Data and maintain history with single SQl statement......

    Olga Medvedeva knew 7 Months ago through Just Learned | 1 Point
    Hello friends, one interviewer asked that suppose you have two tables `Employee_Details`, `Employee_Details_History` now I want to delete original table `Employee_details` and maintain it’s history to other table. How can it’s possible with only ...
    nirav.gandhi
    38 · 5% · 1503
  • Using WITH to create a series of data

    Olga Medvedeva Liked 7 Months ago through Just Learned | 1 Point
    Using WITH statement you can create a series of data and use them in your queries. Sample 1. Integer-Series
    WITH T(ID) AS
    (
    	SELECT 1 ID
    	UNION ALL SELECT ID + 1
    	FROM T
    	WHERE ID < 1000
    )
    SELECT * FROM T
    OPTION (MAXRECURSION 1000)
    
    Sa...
    dsorokin
    616 · 0% · 57
  • Using WITH to create a series of data

    Olga Medvedeva knew 7 Months ago through Just Learned | 1 Point
    Using WITH statement you can create a series of data and use them in your queries. Sample 1. Integer-Series
    WITH T(ID) AS
    (
    	SELECT 1 ID
    	UNION ALL SELECT ID + 1
    	FROM T
    	WHERE ID < 1000
    )
    SELECT * FROM T
    OPTION (MAXRECURSION 1000)
    
    Sa...
    dsorokin
    616 · 0% · 57
  • Quick tip to Sort all programs in windows xp

    Olga Medvedeva knew 7 Months ago through Just Learned | 1 Point
    Start > Programs > high-lite any item on the Menu and right click > Sort by ...
    meghagoyal.01
    511 · 0% · 72
  • SQL Server - $identity returns the identity column details of a table in SELECT statement

    Olga Medvedeva Liked 7 Months ago through Just Learned | 1 Point
    "SQL Authority" Pinal Sir published a tip about $rowguid, which can be used to fetch uniqueidentifier column from a table. It was awesome. You can find the link below. Initially thought it's like a cheat code. But its about mastering the basics. In ...
    Rami Reddy
    2 · 41% · 12972
  • SQL Server - $identity returns the identity column details of a table in SELECT statement

    Olga Medvedeva knew 7 Months ago through Just Learned | 1 Point
    "SQL Authority" Pinal Sir published a tip about $rowguid, which can be used to fetch uniqueidentifier column from a table. It was awesome. You can find the link below. Initially thought it's like a cheat code. But its about mastering the basics. In ...
    Rami Reddy
    2 · 41% · 12972
  • SQL Server 2012 IIF function is just a shorthand wrapper around CASE

    Olga Medvedeva Liked 9 Months ago through Just Learned | 1 Point
    T-SQL supports the IIF function: IIF ( boolean_expression, true_value, false_value ) which is equivalent to the simple CASE statement: CASE WHEN boolean_expression THEN true_value ELSE false_value END The compiler actually rewrites the II...
    a.diniz
    310 · 0% · 137
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.